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

Update TensorPrimitives to vectorize for size(T) is 1 or 2 #97835

Merged
merged 6 commits into from
Feb 8, 2024

Conversation

stephentoub
Copy link
Member

Fixes #96453

It was previously only 4 or 8. This does the work previously skipped to enable the "less than largest available vector" path to handle these smaller sizes as well.
Copy link
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just a couple comments that need fixing

@stephentoub
Copy link
Member Author

All issues are known

@stephentoub stephentoub merged commit e3165d6 into dotnet:main Feb 8, 2024
103 of 111 checks passed
@stephentoub stephentoub deleted the addsmalltypesupport branch February 8, 2024 14:51
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vectorize TensorPrimitive generic operations for sizeof(T) < 4
2 participants