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

Getting GPU name in versioninfo_with_gpu() fails with CUDA v1.3.0 #866

Closed
ali-ramadhan opened this issue Aug 24, 2020 · 0 comments · Fixed by #875
Closed

Getting GPU name in versioninfo_with_gpu() fails with CUDA v1.3.0 #866

ali-ramadhan opened this issue Aug 24, 2020 · 0 comments · Fixed by #875
Labels
bug 🐞 Even a perfect program still has bugs GPU 👾 Where Oceananigans gets its powers from

Comments

@ali-ramadhan
Copy link
Member

Reported by @sandreza

Not a problem yet but we should update versioninfo_with_gpu() in PR #860. I think we change CUDA.context() |> CUDA.device |> CUDA.name to just CUDA.device() |> CUDA.name.

Even better, we could start making use of the new CUDA.versioninfo() which has lots more CUDA and GPU info.

Screen Shot 2020-08-21 at 10 11 58 PM

@ali-ramadhan ali-ramadhan added bug 🐞 Even a perfect program still has bugs GPU 👾 Where Oceananigans gets its powers from labels Aug 24, 2020
ali-ramadhan added a commit that referenced this issue Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Even a perfect program still has bugs GPU 👾 Where Oceananigans gets its powers from
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant