-
Notifications
You must be signed in to change notification settings - Fork 30
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
Rebase of errors-are-fine #90
Conversation
|
||
|
||
# local method table for device functions | ||
@static if isdefined(Base.Experimental, Symbol("@overlay")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top-level @static
is useless (and I think you're missing the end
?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the end
is fine, it's just 4 lines below, but indentation of the whole file is off, which confused me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those @static
s were present in CUDA.jl so I just copied them
Ok, so now we just need to figure out what in here is causing the dynamic dispatch / |
Ooh, integration tests pass on Nightly now, that's new! |
@gbaraldi, I'm curious why you closed this. Given that it looks like it works on Julia v1.9, this'd be a nice feature to have. |
Great news! Thanks for the update. I see it now. This will be fun to play with. |
Oh yeah, superseded by #97 |
I messed up when merging, Probably because the commits were the same, so the revertsa applied.
This looks fine now, but there might be something wrong