sklearn-numba-dpex icon indicating copy to clipboard operation
sklearn-numba-dpex copied to clipboard

Measure GPU occupancy when running the benchmark on a Flex 170 on Intel DevCloud

Open ogrisel opened this issue 2 years ago • 4 comments

vtune can be installed from the oneAPI basekit.

Here is the command to record GPU statistics from the benchmark:

vtune -collect gpu-hotspots -- python kmeans.py --n-data-samples 5000000 --engine-providers sklearn-numba-dpex

and then generate a text summary from the commandline with something like:

vtune -report summary -r r000gh

ogrisel avatar Feb 22 '23 17:02 ogrisel