Avx512 #3390
philiprbrenan
started this conversation in
Image configuration
Avx512
#3390
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of the computers running Github actions have avx512 enables. others do not. This affects whether they can run the software in:
https://github.com/philiprbrenan/NasmX86/
correctly or not. For examples of identical software running on computers with different capabilities see:
https://github.com/philiprbrenan/NasmX86/runs/2571585573?check_suite_focus=true
versus:
https://github.com/philiprbrenan/NasmX86/runs/2571598006?check_suite_focus=true
Is there some way that I can consistently obtain a computer with avx512 enabled to run an action?
Beta Was this translation helpful? Give feedback.
All reactions