Skip to content
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

Closed
wants to merge 7 commits into from
Closed

Conversation

gbaraldi
Copy link
Contributor

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



# local method table for device functions
@static if isdefined(Base.Experimental, Symbol("@overlay"))
Copy link
Contributor

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?)

Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those @statics were present in CUDA.jl so I just copied them

@brenhinkeller
Copy link
Collaborator

Ok, so now we just need to figure out what in here is causing the dynamic dispatch / _ijl_apply_generic & co..

@brenhinkeller
Copy link
Collaborator

Ooh, integration tests pass on Nightly now, that's new!

@gbaraldi gbaraldi closed this Mar 14, 2023
@tshort
Copy link
Owner

tshort commented Mar 16, 2023

@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.

@gbaraldi
Copy link
Contributor Author

@tshort I forgot to add a comment, I closed it because I started this PR from zero and it's already merged here #97

@tshort
Copy link
Owner

tshort commented Mar 16, 2023

Great news! Thanks for the update. I see it now. This will be fun to play with.

@brenhinkeller
Copy link
Collaborator

Oh yeah, superseded by #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants