-
Notifications
You must be signed in to change notification settings - Fork 66
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
Enzyme fails on GPU kernel #307
Comments
That seems to be an ABI issue... |
Could you add a
|
@vchuravy, I added
|
I see, it is the same issue as in EnzymeAD/Enzyme.jl#358. |
Here's |
EnzymeAD/Enzyme.jl#361 & #309 fixed it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On
CPU
Enzyme works fine and is able to differentiate throughspherical_harmonics!
kernel, however onCUDADevice
it fails with the error below.Looks like it is missing something similar to
transform_gpu!
which insertsreturn nothing
.Error:
MWE:
I'm on Julia
1.8.0-rc1
.]st
:The text was updated successfully, but these errors were encountered: