diff --git a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/approxhpvm_runtime_utils.h b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/approxhpvm_runtime_utils.h index 4c2a8b0f80bfd6df6135b3d085127ffa496ab007..c166a25db39a2a03735c7a785c8fb89b80d85613 100644 --- a/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/approxhpvm_runtime_utils.h +++ b/llvm/projects/hpvm-tensor-rt/tensor_runtime/include/approxhpvm_runtime_utils.h @@ -184,7 +184,7 @@ void* handleTensorConvApproximationTuples( row = 3; col = 1; offset = 2; break; default: - DEBUG("Unsupported Option: Select default, 1-2-1.\n"); + DEBUG("Unsupported Option: Select default, 1-2-0.\n"); row = 1; col = 2; offset = 0; break; } @@ -242,8 +242,8 @@ void* handleTensorConvApproximationTuples( RC->pause_profiler(); std::pair<double, double> pinfo = RC->get_time_energy(); RC->reset_profiler(); - RC->addToCurrentIterationComputeTime("tensorConvSampSim", pinfo.first); - RC->addToCurrentIterationComputeEnergy("tensorConvSampSim", pinfo.second); + RC->addToCurrentIterationComputeTime("tensorConvInputHalf", pinfo.first); + RC->addToCurrentIterationComputeEnergy("tensorConvInputHalf", pinfo.second); return t_out; } default :