-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
batched_mul causes a 'cannot take the CPU address of a CuArray' error on GPU #1090
Comments
It looks like the CPU version is getting called on CuArrays. What version of NNlib is this on? v0.6.5 https://github.com/FluxML/NNlib.jl/blob/v0.6.5/src/batched/batchedmul.jl calls Edit: the code for CuArrays is in JuliaGPU/CuArrays.jl#619, which hasn't been released yet. So I think you will need CuArrays#master for this to work. (And for that to work, you'll need its friends to be on master too, IIRC.) |
Yes, even tried on v0.6.6
I tried using ERROR: Unsatisfiable requirements detected for package CUDAdrv [c5f51814]: |
OK, thanks, we should change that There's a zoo of other packages which I think need to be on master, there's a list here: JuliaGPU/CuArrays.jl#619 (comment) Or you could ask nicely for a release, not sure how much of a pain that is. |
Yes, it worked after running Thanks |
I think this issue is similar to #581 and JuliaGPU/CuArrays.jl#264
The text was updated successfully, but these errors were encountered: