Skip to content

Commit

Permalink
[release/2.3] Added cublasGemmAlgo_t -> hipblasGemmAlgo_t (#126448)
Browse files Browse the repository at this point in the history
Added cublasGemmAlgo_t -> hipblasGemmAlgo_t
  • Loading branch information
rraminen committed May 23, 2024
1 parent 6cd59f1 commit 71dd2de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/utils/hipify/cuda_to_hip_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@
("cublasDiagType_t", ("hipblasDiagType_t", CONV_TYPE, API_BLAS)),
("cublasSideMode_t", ("hipblasSideMode_t", CONV_TYPE, API_BLAS)),
("cublasPointerMode_t", ("hipblasPointerMode_t", CONV_TYPE, API_BLAS)),
("cublasGemmAlgo_t", ("hipblasGemmAlgo_t", CONV_TYPE, API_BLAS)),
(
"cublasAtomicsMode_t",
("hipblasAtomicsMode_t", CONV_TYPE, API_BLAS, HIP_UNSUPPORTED),
Expand Down

0 comments on commit 71dd2de

Please sign in to comment.