diff --git a/src/sfast/csrc/operators/cublas/CUDABlas.cc b/src/sfast/csrc/operators/cublas/CUDABlas.cc index 45e704f..979032a 100644 --- a/src/sfast/csrc/operators/cublas/CUDABlas.cc +++ b/src/sfast/csrc/operators/cublas/CUDABlas.cc @@ -696,7 +696,7 @@ void gemm_and_bias( at::opmath_type beta_val, const Dtype *mat3_ptr, int64_t mat3_ld) { - using opmath_t = at::opmath_type; + // using opmath_t = at::opmath_type; // opmath_t beta_val = 0; // bias is added in epilogue cudaDataType_t abcType = CUDA_R_32F;