You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Reported by @sandreza
Not a problem yet but we should update
versioninfo_with_gpu()
in PR #860. I think we changeCUDA.context() |> CUDA.device |> CUDA.name
to justCUDA.device() |> CUDA.name
.Even better, we could start making use of the new
CUDA.versioninfo()
which has lots more CUDA and GPU info.The text was updated successfully, but these errors were encountered: