-
Notifications
You must be signed in to change notification settings - Fork 5k
[API Proposal]: Remove of Ymm embedded rounding from Avx10.2 #115060
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
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics |
@tannergooding @saucecontrol for review |
This doesn't need to actually goto API review, since we're just removing APIs that never shipped as stable. -- CC. @bartonjs However, we do want to create the relevant "breaking change" documentation: https://github.com/dotnet/runtime/blob/main/docs/project/breaking-change-process.md The most important bit is just marking the PR doing the removal and creating the docs issue so that it will show up in https://learn.microsoft.com/en-us/dotnet/core/compatibility/10.0, where users can find why the feature got pulled (i.e. that Intel pivoted direction and is now requiring AVX10.2 also implement AVX512, so the YMM embedded rounding feature isn't necessary since ZMM embedded rounding is always available). |
There are some corner cases where that wouldn't be true, like "this companion method is required for some data security reason". But, in general, and in this case, I agree. |
Thank you @tannergooding @bartonjs |
Background and motivation
This API doc is to track removal of YMM embedded rounding APIs introduces in PR #111209.
Breaking change issue - dotnet/docs#46000
API Proposal
Following are the APIs which will be removed from
Avx10.2
The new API surface for
Avx10.2
beingThe text was updated successfully, but these errors were encountered: