-
Notifications
You must be signed in to change notification settings - Fork 9
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
[avx512] General AVX-512 tracking issue #77
Comments
The Intel software development emulator will allow you to at least verify a proper AVX-512 implementation, though debugging may be difficult. |
I'm gonna close this since it's been a year and avx-512 is not even fully on Nightly. we can always revisit later |
With the recent AMD Zen 4 release introducing AVX-512 support too, has much changed since the issue was closed?
So I gather not much has changed, other than hardware availability improving, the support may continue to depend on nightly for a while? For a device to test on, it might be possible to rent a VPS instance hourly as needed? I think some providers like Amazon also offer a free tier for a year to new sign-ups, which might make that viable? (You can find info on instance types here, eg M6i has AVX-512) |
If any place is going to allow specific individual intrinsics, that would be |
There's a few problems with adding AVX-512 support:
So (for now) we're blocked on adding avx512, but it'd be nice to have "some day".
This wouldn't be a 1.0 blocker, if we got to a state where we were otherwise 1.0 ready.
The text was updated successfully, but these errors were encountered: