-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Inference regression with external interpreters + recursive functions #52938
Labels
Milestone
Comments
maleadt
added
regression
Regression in behavior compared to a previous version
gpu
Affects running Julia on a GPU
labels
Jan 17, 2024
This was referenced Jan 17, 2024
I guess JET suffers from this as well; I came across the following (presumably wrong)
|
@aviatesk Any update on this? It blocks CUDA.jl supporting Julia 1.11. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Opening an issue to track an 1.11 regression seen in the GPU stack on 1.11 (JuliaGPU/CUDA.jl#2240, JuliaGPU/GPUCompiler.jl#506), involving recursive functions. These functions are common, e.g.
typejoin
is recursive, breaking certain kwarg calls:MWE without the GPU stack:
Bisected to #51092; cc @vtjnash. There's a solution proposed by @aviatesk in #51092 (comment).
The text was updated successfully, but these errors were encountered: