-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Implement Vector512<T>
API surface for Vector512
hardware acceleration
#80814
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsThe purpose of this task is to implemented hardware accelerated lowerings for the
|
@tannergooding @anthonycanino @DeepakRajendrakumaran Adding list of API properties/methods/operators that needs to be supported. The plan is to update this as we progress through this task
ASSIGNEDIntel
Microsoft
N/A
|
Vector<T>
API surface for Vector512
hardware accelerationVector512<T>
API surface for Vector512
hardware acceleration
Going to close this as we now have functional parity with Vector128/256. There are a couple of optimizations opportunities that are still available, however, and I'll open explicit issues to track those. |
The purpose of this task is to implemented hardware accelerated lowerings for the
Vector<T>
API surface forVector512
. In particular, this would allowVector512.IsHardwareAccelerated
to return true on compatible hardware. It would also allowVector<T>
to selectVector512
for its underlying implementation.The text was updated successfully, but these errors were encountered: