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

Would love the option to get the GPU and Nvidia revision info #31

Closed
dartdog opened this issue Jun 25, 2017 · 5 comments
Closed

Would love the option to get the GPU and Nvidia revision info #31

dartdog opened this issue Jun 25, 2017 · 5 comments

Comments

@dartdog
Copy link

dartdog commented Jun 25, 2017

As getting the GPU and Nvidia revisions can be kind of problematic..
Appreciate this great addition to the toolbox..

@rasbt
Copy link
Owner

rasbt commented Jun 25, 2017

That's a good suggestion! A parameter like --gpu_info could be a nice addition. I am wondering though how to do this in a general way (e.g., some way that works across OS's and would also work with ATI cards).

For Nvidia cards, for example, the best way would probably be to use

!cat nvidia-smi

or

!cat /proc/driver/nvidia/gpus/0/information

In IPython/Jupyter Notebook

I will leave this issue open and hope someone has a good idea how to do this elegantly within watermark :)

@dartdog
Copy link
Author

dartdog commented Jun 27, 2017

Yeh but I don't know of anyone using amd for mach learning? but appreciate the !command info! that is fine for now, I should know but,,. heck

@907Resident 907Resident mentioned this issue May 19, 2023
@907Resident
Copy link
Contributor

Not sure if this is still of interest, but I took a stab at adding an argument that would at least work for NVIDIA-based GPUs. Details in #90 will share more insight on what could be expected if merged.

@d-kleine
Copy link
Contributor

seems to be fixed, right?

@rasbt
Copy link
Owner

rasbt commented Sep 22, 2024

yup :)

@rasbt rasbt closed this as completed Sep 22, 2024
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

4 participants