Skip to content

Commit 9931646

Browse files
committed
Providing armpl with hints
1 parent cd0c562 commit 9931646

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Diff for: .idea/workspace.xml

+12-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ArmPL/sp_gemm.hh

+1
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ class sp_gemm_cpu : public sp_gemm<T> {
355355
std::cout << "ERROR " << status_ << std::endl;
356356
exit(1);
357357
}
358+
358359
// std::cout << "Okay, all matrices made!!" << std::endl;
359360
}
360361

0 commit comments

Comments
 (0)