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

ASAN issue in AVX512 #339

Open
95-martin-orion opened this issue Apr 29, 2021 · 2 comments
Open

ASAN issue in AVX512 #339

95-martin-orion opened this issue Apr 29, 2021 · 2 comments
Assignees

Comments

@95-martin-orion
Copy link
Collaborator

Seen in #337. Copy of comment:

It looks like the AVX512 tests failed ASAN in this PR, despite this being a python-only change. {...}
(This failure was on commit 7ab4d53, in case it doesn't show up again)

@95-martin-orion
Copy link
Collaborator Author

Apparently this failure occurs when Github Actions selects a runner that supports AVX512. The runners GHA chooses from are Dv2 and DSv2, which include Cascade Lake and Skylake (which support AVX512) as well as Broadwell and Haswell (which don't).

I've opened a GHA issue since I can't find documentation for this feature.

@95-martin-orion
Copy link
Collaborator Author

GHA issue has been redirected to the Github Actions forum. I'll keep an eye on this, but we probably should assume that AVX512 will not be available for Github Actions in the near term.

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

No branches or pull requests

2 participants