117
edits
Changes
→Vtune Profiler in Practice
= Vtune Profiler in Practice =
The following is code we utilized to test out the features of the Vtune Profiler on.
The code is produced by Microsoft and is intended to demonstrate how to convert a basic loop with OpenMP using the Concurrency Runtime algorithm.
The purpose of the code itself is to compute the number of prime numbers found in an array of randomly generated numbers.
<pre>