From 4581637b57e14c92b4b4ca40c200565aae9e3d91 Mon Sep 17 00:00:00 2001
From: Alex Cockrean <84676155+ABenC377@users.noreply.github.com>
Date: Fri, 11 Oct 2024 15:12:42 +0100
Subject: [PATCH] Providing armpl with hints
---
.idea/workspace.xml | 21 ++++++++++++---------
ArmPL/sp_gemm.hh | 1 +
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2bb35d8..d791fa3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -15,13 +15,8 @@
-
-
+
-
-
-
-
@@ -527,7 +522,15 @@
1728650780575
-
+
+
+ 1728655865948
+
+
+
+ 1728655865948
+
+
@@ -545,7 +548,6 @@
-
@@ -570,6 +572,7 @@
-
+
+
\ No newline at end of file
diff --git a/ArmPL/sp_gemm.hh b/ArmPL/sp_gemm.hh
index 612f4f1..e8e28a5 100644
--- a/ArmPL/sp_gemm.hh
+++ b/ArmPL/sp_gemm.hh
@@ -355,6 +355,7 @@ class sp_gemm_cpu : public sp_gemm {
std::cout << "ERROR " << status_ << std::endl;
exit(1);
}
+
// std::cout << "Okay, all matrices made!!" << std::endl;
}