From cf8ad745cb5d3e9ac51ef9fdff5ecd5b8de9b810 Mon Sep 17 00:00:00 2001
From: Hashim Sharif <hsharif3@miranda.cs.illinois.edu>
Date: Fri, 19 Mar 2021 15:20:28 -0500
Subject: [PATCH] Disablign debug macro

---
 hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h b/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h
index 2c9f48203b..49124e9c99 100644
--- a/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h
+++ b/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h
@@ -3,7 +3,7 @@
 #ifndef RUNTIME_DEBUG
 #define RUNTIME_DEBUG
 
-#define LOG_DEBUG 1 // Sets the debug logging to true
+#define LOG_DEBUG 0 // Sets the debug logging to true
 #define LOG_INFO 1  // Sets the info logging to true
 #define LOG_ERROR 1 // Print Errors
 #define ASSERT_FLAG // Sets assertions to true (opposite of NDEBUG macro)
-- 
GitLab