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

v2.17.0 missing AVX support #3262

Closed
derpsteb opened this issue Jul 17, 2024 · 8 comments
Closed

v2.17.0 missing AVX support #3262

derpsteb opened this issue Jul 17, 2024 · 8 comments
Labels
known issue This is a known issue of the latest release

Comments

@derpsteb
Copy link
Member

derpsteb commented Jul 17, 2024

Issue description

AVX support is disabled in OS images of Constellation.

To reproduce

  • Spawn a Constellation cluster with version 2.17.0
  • Spawn a nodes shell on a node
  • lscpu | grep -i avx is empty

Environment

AWS, Azure

Expected behavior

lscpu | grep -i avx prints AVX

Additional info

We are currently investigating an appropriate fix.

Mitigation

This is only required if your deployments depend on AVX instructions. In that case: use cluster version 2.16.4.

@derpsteb derpsteb added the known issue This is a known issue of the latest release label Jul 17, 2024
@derpsteb
Copy link
Member Author

We have debugged the issue and identified a misbehaving hypervisor for AWS and Azure. AWS is working on a fix. Azure confirmed that the issue is known and a fix is close to being deployed.

@hpvd
Copy link

hpvd commented Oct 11, 2024

Do you have any new information about this topic on aws/azure?

@jeffreyflynt
Copy link

@derpsteb Has there been any movement on this as far as on Azure's side? Or is there a website we could visit to track updates?

@thomasten
Copy link
Member

@jeffreyflynt I just tried and it seems to be fixed on Azure. Do you still experience issues with AVX on Azure?

@jeffreyflynt
Copy link

@thomasten I didn't want to try to upgrade if it were not ready. I did before when I upgraded to 2.17 and had to roll back.

@thomasten
Copy link
Member

Fixed on Azure, follow-up issue regarding AWS: #3501

@hpvd
Copy link

hpvd commented Nov 27, 2024

just a question:
is this fixed solely for plain/old AVX or including avx2, avx-512 (if available)?
this one should give all AVX versions:
lscpu | grep -o "avx[^ ]*"

@thomasten
Copy link
Member

This is fixed for XSTATE features in general, including all available AVX versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known issue This is a known issue of the latest release
Projects
None yet
Development

No branches or pull requests

4 participants