diff --git a/llvm/projects/hpvm-tensor-rt/tensor_runtime/src/tensor_utils.cu b/llvm/projects/hpvm-tensor-rt/tensor_runtime/src/tensor_utils.cu index 1d848430330c346f0e10efef407324f23defd911..b68f7571cf04b79ce45da94418a3c933ba3af432 100644 --- a/llvm/projects/hpvm-tensor-rt/tensor_runtime/src/tensor_utils.cu +++ b/llvm/projects/hpvm-tensor-rt/tensor_runtime/src/tensor_utils.cu @@ -116,7 +116,7 @@ void allocateMem(struct Tensor* tensor, int data_type, size_t num_elems){ tensor->host_data = (void*) malloc(size_on_host); // Allocate memory on the host tensor->data_placement = HOST; // By defaut data is on the host - //printf("Allocating Sizes = %lu \n", tensor->size_in_bytes); + DEBUG("Attempting to Allocate = %lu \n\n\n", tensor->size_in_bytes); if (isFP16Compound(data_type)) { // Allocate FP16-like