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
What the title says. Once you using CUDA, Revise doesn't work for any subsequently loaded other packages. I made a small MWE with pinned package versions (CUDA v3.12.0, Revise v3.3.4) at https://github.com/marius311/CUDAReviseFail
You can run it like:
$ julia +1.7.3 --startup-file=no good.jl
Not revised
Revised
$ julia +1.7.3 --startup-file=no bad.jl
Not revised
Not revised
The difference is between using Revise, CUDAReviseFail, CUDA and using Revise, CUDA, CUDAReviseFail, only the former Revises correctly. (cc maybe also @maleadt)
The text was updated successfully, but these errors were encountered:
marius311
changed the title
Loading CUDA breaks Revise for sub-sequently loaded other packages
Loading CUDA breaks Revise for subsequently loaded other packages
Jul 26, 2022
What the title says. Once you
using CUDA
, Revise doesn't work for any subsequently loaded other packages. I made a small MWE with pinned package versions (CUDA v3.12.0, Revise v3.3.4) at https://github.com/marius311/CUDAReviseFailYou can run it like:
The difference is between
using Revise, CUDAReviseFail, CUDA
andusing Revise, CUDA, CUDAReviseFail
, only the former Revises correctly. (cc maybe also @maleadt)The text was updated successfully, but these errors were encountered: