Skip to content

Commit

Permalink
Providing armpl with hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 11, 2024
1 parent 0130b81 commit 4581637
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ArmPL/sp_gemm.hh
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ class sp_gemm_cpu : public sp_gemm<T> {
std::cout << "ERROR " << status_ << std::endl;
exit(1);
}

// std::cout << "Okay, all matrices made!!" << std::endl;
}

Expand Down

0 comments on commit 4581637

Please sign in to comment.