From ad21e87e23bfb23b579bbcd888a7c6f9d5b95953 Mon Sep 17 00:00:00 2001 From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu> Date: Wed, 27 Mar 2019 17:57:31 -0500 Subject: [PATCH] Disabling error injection as default --- .../hpvm-tensor-rt/tensor_runtime/include/global_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/global_data.h b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/global_data.h index 6fa9807b40..25a7192e7d 100644 --- a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/global_data.h +++ b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/global_data.h @@ -27,7 +27,7 @@ #endif -#define ERROR_INJECTION_ENABLED 1 +//#define ERROR_INJECTION_ENABLED 1 /* Data declarations */ -- GitLab