-
Notifications
You must be signed in to change notification settings - Fork 51
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
GPUCompiler emit_exception has wrong number o args #596
Comments
@maleadt by chance do you have any ideas what's happening here? |
Nope. Do you have a reproducer? |
|
Oh sorry missed this, yeah reproducer is either CUDA.jl CI, or actually the linked issue from KA: JuliaGPU/KernelAbstractions.jl#495 |
This is an Enzyme bug. You are calling In addition, |
Seen on JuliaGPU/CUDA.jl#2422
I'm honesetly not sure if this is an error in GPUCompiler.jl/Enzyme.jl/CUDA.jl but defnitely requires a combination of them to err.
For some reason it tries to call a gpu error whose function has no arguments.
I added a print before the assertion to see what module is being printed: https://pastebin.com/raw/p9cP9PB4
The method was defined in cuda so I'm really not sure where things are going awry
cc @vchuravy
The text was updated successfully, but these errors were encountered: