From 87d1ebebb73a83db762d93e68bb7ecbdc9159ac9 Mon Sep 17 00:00:00 2001 From: Hashim Sharif <hsharif3@miranda.cs.illinois.edu> Date: Mon, 5 Apr 2021 21:21:20 -0500 Subject: [PATCH] Removing redundant macro --- .../hpvm-tensor-rt/tensor_runtime/src/hpvm-rt-controller.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/hpvm/projects/hpvm-tensor-rt/tensor_runtime/src/hpvm-rt-controller.cpp b/hpvm/projects/hpvm-tensor-rt/tensor_runtime/src/hpvm-rt-controller.cpp index db1c5ebcb1..e7f801a197 100644 --- a/hpvm/projects/hpvm-tensor-rt/tensor_runtime/src/hpvm-rt-controller.cpp +++ b/hpvm/projects/hpvm-tensor-rt/tensor_runtime/src/hpvm-rt-controller.cpp @@ -1258,9 +1258,6 @@ float hpvm_rt_computeAccuracy3(uint32_t *labels, void *result_ptr) { return accuracy; } -#define llvm_hpvm_invokeRtControl_BASE llvm_hpvm_invokeRtControl -//#define llvm_hpvm_invokeRtControl_ADJUST_PR llvm_hpvm_invokeRtControl -//#define llvm_hpvm_invokeRtControl_ITERATE llvm_hpvm_invokeRtControl extern "C" void llvm_hpvm_invokeRtControl_BASE(void *result, const char *str, int start, int end) { -- GitLab