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

Force more specialization on promote_to_const #170

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

vchuravy
Copy link
Contributor

Found in a code example from @ChristianSchuler, Julia sometimes de-specializes for large argument numbers (in this case it was 11 args) and that would lead to an execution error on the GPU.

@omlins
Copy link
Owner

omlins commented Oct 11, 2024

Thanks @vchuravy

@vchuravy: CI fails now because of Enzyme for Julia 1.11. The problematic line seems to be: https://github.com/omlins/ParallelStencil.jl/actions/runs/11270682587/job/31341934121?pr=170#step:6:968

@omlins
Copy link
Owner

omlins commented Oct 14, 2024

Merging because Julia 1.11 support of enzyme is still "best effort".

@omlins omlins merged commit 1c19a53 into omlins:main Oct 14, 2024
2 of 4 checks passed
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.

2 participants