We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
It would also be interesting to check the SIMD usage statistics.
Sorry, something went wrong.
nvtop might come in handy.
nvtop
I did not know they supported non-nvidia hardware. That's nice.
Can't run vtune in the intel devcloud. Account lacks permission.
No branches or pull requests
vtune can be installed from the oneAPI basekit.
Here is the command to record GPU statistics from the benchmark:
and then generate a text summary from the commandline with something like:
The text was updated successfully, but these errors were encountered: