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

Mandate non-broken versions of GPUCompiler #411

Closed
wants to merge 1 commit into from

Conversation

christiangnrd
Copy link
Contributor

Many subtle bugs were fixed between GPUCompiler v0.26 and v0.27.4, so prevent those bugs by making v0.27.4 necessary.

It also seems like GPUCompiler v0.27.4 either solves or works around #401. So this would potentially close that issue too.

@christiangnrd christiangnrd changed the title Mandate non-broken versions Mandate non-broken versions of GPUCompiler Aug 28, 2024
@maleadt
Copy link
Member

maleadt commented Aug 29, 2024

Hmm, I'm not entirely convinced. Strictly speaking, lots of code was still working fine on the older versions of GPUCompiler, so this isn't a real "compatibility" issue. I'm also afraid that the strict LLVM requirement (imposed indirectly by GPUCompiler) will conflict with users' environments, forcing a downgrade of Metal.jl instead.

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.

3 participants