Skip to content

Use 'restrict' to optimize the dot product #4393

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

Open
amitdo opened this issue Feb 27, 2025 · 0 comments
Open

Use 'restrict' to optimize the dot product #4393

amitdo opened this issue Feb 27, 2025 · 0 comments

Comments

@amitdo
Copy link
Collaborator

amitdo commented Feb 27, 2025

Your Feature Request

Use 'restrict' (__restrict__ / __restrict) to optimize the dot product

https://en.wikipedia.org/wiki/Restrict

GCC: Restricting Pointer Aliasing

MSVC: __restrict

TensorFlow

oneDNN

@amitdo amitdo changed the title Use the 'restrict' to optimize the dot product Use the 'restrict' keyword to optimize the dot product Feb 27, 2025
@amitdo amitdo changed the title Use the 'restrict' keyword to optimize the dot product Use 'restrict' to optimize the dot product Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant