aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/verify/verify_dot_product.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/verify/verify_dot_product.cc')
-rw-r--r--reference_model/src/verify/verify_dot_product.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/reference_model/src/verify/verify_dot_product.cc b/reference_model/src/verify/verify_dot_product.cc
index 0b05c92..a96befa 100644
--- a/reference_model/src/verify/verify_dot_product.cc
+++ b/reference_model/src/verify/verify_dot_product.cc
@@ -20,13 +20,6 @@
#include <optional>
#include <type_traits>
-#define TOSA_REF_REQUIRE(COND, MESSAGE) \
- if (!(COND)) \
- { \
- WARNING(MESSAGE); \
- return false; \
- }
-
namespace TosaReference
{
namespace
@@ -139,5 +132,3 @@ bool verifyDotProduct(const CTensor* ref, const CTensor* refBnd, const CTensor*
}
} // namespace TosaReference
-
-#undef TOSA_REF_REQUIRE \ No newline at end of file