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

OpenMP: SIMD: Advanced Optimization #108

Open
yanyh15 opened this issue Sep 27, 2021 · 0 comments
Open

OpenMP: SIMD: Advanced Optimization #108

yanyh15 opened this issue Sep 27, 2021 · 0 comments

Comments

@yanyh15
Copy link
Member

yanyh15 commented Sep 27, 2021

  1. horizontal reduction that are already implemented. To evaluate, compare the performance of using horizon reduction vs not
  2. Strided load/store, data shuffle(?), etc
  3. FMA (fused multiply-add) optimization A*B + C (Fused multiple-reduction-add)
  4. About using predicate vs strip-mining

Check https://www.stonybrook.edu/commcms/ookami/support/index_links_and_docs.php, particularly the advanced SVE section, it will give you some opportunities to explore for advanced optimization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant