Changes

Jump to: navigation, search

GPU621/VTuners

282 bytes added, 23:40, 6 December 2022
Vtune Profiler in Practice
delete[] a;
}
</pre>
 
The output of the code is fairly simple and only relays back the number of prime numbers found using the OpenMP and Concurrency Runtime methods and nothing else.
 
<pre>
Using OpenMP...
found 107254 prime numbers.
Using the Concurrency Runtime...
found 107254 prime numbers.
</pre>
117
edits

Navigation menu