-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Julia v1.8.0-rc1: support for znver3 (even though underlying LLVM13 supports is) is missing #45657
Comments
This also means Julia doesn't recognize the name znver3 (we only list features up to znver2). Perhaps we should improve the error message to clarify that? |
o_O
Since Julia v1.8 is LLVM13-based, which already had good Zen3 support, Does this mean I'm actually surprised that the target CPU is not emitted in LLVM IR metadata, similarly to how clang/halide does it. |
--cpu-target native
works but --cpu-target znver3
fails with "missing CX16 instruction support"
One has to do something similar to #44696 but for zen 3. |
I've omitted `invpcid` feature since it's clearly omitted for other CPU's. It's a bit sad that the very same code is being repeated in every project :/ Fixes JuliaLang#45657
I've omitted `invpcid` feature since it's clearly omitted for other CPU's. It's a bit sad that the very same code is being repeated in every project :/ Fixes JuliaLang#45657
I've omitted `invpcid` feature since it's clearly omitted for other CPU's. It's a bit sad that the very same code is being repeated in every project :/ Fixes JuliaLang#45657 (cherry picked from commit ffd11b2)
I've omitted `invpcid` feature since it's clearly omitted for other CPU's. It's a bit sad that the very same code is being repeated in every project :/ Fixes JuliaLang#45657
I've omitted `invpcid` feature since it's clearly omitted for other CPU's. It's a bit sad that the very same code is being repeated in every project :/ Fixes JuliaLang#45657 (cherry picked from commit 404abb4)
I've omitted `invpcid` feature since it's clearly omitted for other CPU's. Fixes JuliaLang#45657 (cherry picked from commit 3f047f7)
This is with the official https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.0-rc1-linux-x86_64.tar.gz
The text was updated successfully, but these errors were encountered: