Skip to content
New issue

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

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

Open
ogrisel opened this issue Feb 22, 2023 · 4 comments

Comments

@ogrisel
Copy link
Collaborator

ogrisel commented Feb 22, 2023

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
Copy link
Collaborator Author

ogrisel commented Feb 22, 2023

It would also be interesting to check the SIMD usage statistics.

@jjerphan
Copy link
Member

nvtop might come in handy.

@ogrisel
Copy link
Collaborator Author

ogrisel commented Feb 23, 2023

nvtop might come in handy.

I did not know they supported non-nvidia hardware. That's nice.

@fcharras
Copy link
Collaborator

Can't run vtune in the intel devcloud. Account lacks permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants