Skip to content

Commit

Permalink
Update HPLAI_blas.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
WuK authored Apr 23, 2021
1 parent 672d498 commit 62aafcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blas/HPLAI_blas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ void blas::gemm<HPLAI_T_AFLOAT, HPLAI_T_AFLOAT, HPLAI_T_AFLOAT>(
HPLAI_T_AFLOAT rone = HPLAI_rone;
cublasGemmEx(
HPLAI_DEVICE_BLASPP_QUEUE->handle(),
blas::device_trans_const(TRANSA),
blas::device_trans_const(TRANSB),
blas::device::op2cublas(TRANSA),
blas::device::op2cublas(TRANSB),
M1,
N1,
K1,
Expand Down

0 comments on commit 62aafcf

Please sign in to comment.