Skip to content

Commit

Permalink
fix unused using warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Dec 13, 2023
1 parent e551e66 commit cdf1818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfast/csrc/operators/cublas/CUDABlas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ void gemm_and_bias(
at::opmath_type<Dtype> beta_val,
const Dtype *mat3_ptr,
int64_t mat3_ld) {
using opmath_t = at::opmath_type<Dtype>;
// using opmath_t = at::opmath_type<Dtype>;
// opmath_t beta_val = 0; // bias is added in epilogue

cudaDataType_t abcType = CUDA_R_32F;
Expand Down

0 comments on commit cdf1818

Please sign in to comment.