Skip to content

Pr from fork/686#687

Open
MrBurmark wants to merge 5 commits into
developfrom
pr-from-fork/686
Open

Pr from fork/686#687
MrBurmark wants to merge 5 commits into
developfrom
pr-from-fork/686

Conversation

@MrBurmark

Copy link
Copy Markdown
Member

Summary

PR for #686 .

Signed-off-by: Adrien Taberner <adrien.taberner@cea.fr>
Signed-off-by: Adrien Taberner <adrien.taberner@cea.fr>
Signed-off-by: Adrien Taberner <adrien.taberner@cea.fr>
@MrBurmark MrBurmark requested review from a team, artv3, rchen20 and rhornung67 June 12, 2026 16:49
Real_type dot = 0.0;
C_view(i, j) *= beta;
for (Index_type k = 0; k < nk; ++k) {
dot += alpha * A_view(i, k) * B_view(k, j);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Where you guys able figure out if its right most unit stride vs left most? Just checking since folks may want to compare with RAJA.

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

Successfully merging this pull request may close these issues.

3 participants