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

Enzyme prevents testing on 1.11 #2376

Closed
maleadt opened this issue May 15, 2024 · 0 comments · Fixed by #2379
Closed

Enzyme prevents testing on 1.11 #2376

maleadt opened this issue May 15, 2024 · 0 comments · Fixed by #2379
Labels
tests Adds or changes tests.

Comments

@maleadt
Copy link
Member

maleadt commented May 15, 2024

Enzyme (often) isn't compatible with the latest GPUCompiler. Now that the package is required by the CUDA.jl test suite, that means we e.g. can't test 1.11. This is not acceptable.

Easiest solution is probably to move the Enzyme tests into a separate CI job and mark it as allow-fail if installation fails.

@maleadt maleadt added the tests Adds or changes tests. label May 15, 2024
@maleadt maleadt changed the title Enzyme prevents use of latest GPUCompiler Enzyme prevents testing on 1.11 May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Adds or changes tests.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant