-
Notifications
You must be signed in to change notification settings - Fork 237
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
PrecompileTools.jl with CUDA.jl causes kernels to fail to run on 1.11 #2637
Labels
bug
Something isn't working
Comments
#2633 this is related ;) |
giordano
pushed a commit
to JuliaLang/julia
that referenced
this issue
Feb 1, 2025
We were deleting code from external abstract interpreters since bdf8219. Fixes JuliaGPU/CUDA.jl#2637. Not sure how to write tests for this :( --------- Co-authored-by: Jeff Bezanson <[email protected]>
giordano
pushed a commit
to JuliaLang/julia
that referenced
this issue
Feb 1, 2025
We were deleting code from external abstract interpreters since bdf8219. Fixes JuliaGPU/CUDA.jl#2637. Not sure how to write tests for this :( --------- Co-authored-by: Jeff Bezanson <[email protected]> (cherry picked from commit 832f084)
Fixed by JuliaLang/julia#57224; thanks @gbaraldi! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This reproduces with just precompileTools.jl
Having a package like
and loading is enough to fail with
Old version that needed Reactant.jl
Reactant.jl has a precompileTools.jl workload that might cause issues https://github.com/EnzymeAD/Reactant.jl/blob/23a57dfc8cd56a4f12b79a6fafc72446a53ec058/ext/ReactantCUDAExt.jl#L871, but I suspect what's happening is that this is relying on an abstract type not having too many types defined on it, and adding a subtype in reactant causes things to blow up
The text was updated successfully, but these errors were encountered: