-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
OneHotMatrix does not support map #958
Comments
We specifically force OneHotMatrix{CuArray} to use the CuArrays broadcasting kernel; presumably we need an overload for map to do the same. IIRC that line was also written that way because we couldn't use types as CUDA kernel arguments, but I guess that's fixed by now. |
Now that the new OneHotArray implementation has landed, thoughts on how this should be handled? Could |
I think that |
Ran into this when changing a constructor in CuArrays.jl as part of JuliaGPU/CuArrays.jl#530:
Or
The text was updated successfully, but these errors were encountered: