how to disable avx512f on ubuntu-latest? #5734
Answered
by
al-cheb
CodingSuen
asked this question in
General questions
-
My workflow is building the application on ubuntu-latest then ssh the tar to ecs server and deploy it, but the application did not work on ecs server. I find the reason the cpu of ecs server does not support avx512f instruction. Is it possible to disable avx512f on ubuntu-latest(github action) ? |
Beta Was this translation helpful? Give feedback.
Answered by
al-cheb
Jun 14, 2022
Replies: 1 comment 1 reply
-
It's not possible to disable avx512 CPU hardware instruction. You have to disable it in the codes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CodingSuen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not possible to disable avx512 CPU hardware instruction. You have to disable it in the codes.