Skip to content

Functions needed to be changed to use our new algorithm for aligned and unaligned loads #1302

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

Closed
20 tasks
Anipik opened this issue Oct 18, 2018 · 2 comments
Closed
20 tasks
Labels
up-for-grabs A good issue to fix if you are trying to contribute to the project

Comments

@Anipik
Copy link
Contributor

Anipik commented Oct 18, 2018

Currently these functions are just using Unaligned Loads, we can make them after by aligning the data and doing aligned loads.

  • AddScalerU
  • ScaleSrcU
  • AddScaleU
  • ScaleAddU
  • AddU
  • AddScaleCopyU
  • AddSU
  • MulElementWiseU
  • SumU
  • SumSqU
  • SumSqDiffU
  • SumAbsU
  • SumAbsDiffU
  • MaxAbsU
  • MaxAbsDiffU
  • DotU
  • DotSU
  • Dist2
  • SdcaL1UpdateU
  • SdcaL1UpdateSU

Reference for algorithm #1143

cc @danmosemsft @tannergooding @eerhardt

@Anipik Anipik added the up-for-grabs A good issue to fix if you are trying to contribute to the project label Oct 18, 2018
@Anipik Anipik changed the title Functions needed to be changed to use Our new algorithem for aligned and unaligned loads Functions needed to be changed to use our new algorithm for aligned and unaligned loads Oct 18, 2018
@eerhardt
Copy link
Member

What's the difference between this issue and #830? Aren't they they same and this one can be closed, and the remaining list be moved to #830?

@Anipik
Copy link
Contributor Author

Anipik commented Oct 18, 2018

they are the same , I will update the issue with the list of functions

@Anipik Anipik closed this as completed Oct 18, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
up-for-grabs A good issue to fix if you are trying to contribute to the project
Projects
None yet
Development

No branches or pull requests

2 participants