Skip to content

Commit ea3021c

Browse files
rraminenjithunnair-amd
authored andcommitted
[release/2.3] Added cublasGemmAlgo_t -> hipblasGemmAlgo_t (pytorch#126448)
Added cublasGemmAlgo_t -> hipblasGemmAlgo_t (cherry picked from commit 71dd2de)
1 parent aff6898 commit ea3021c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/utils/hipify/cuda_to_hip_mappings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@
454454
("cublasDiagType_t", ("hipblasDiagType_t", CONV_TYPE, API_BLAS)),
455455
("cublasSideMode_t", ("hipblasSideMode_t", CONV_TYPE, API_BLAS)),
456456
("cublasPointerMode_t", ("hipblasPointerMode_t", CONV_TYPE, API_BLAS)),
457+
("cublasGemmAlgo_t", ("hipblasGemmAlgo_t", CONV_TYPE, API_BLAS)),
457458
(
458459
"cublasAtomicsMode_t",
459460
("hipblasAtomicsMode_t", CONV_TYPE, API_BLAS, HIP_UNSUPPORTED),

0 commit comments

Comments
 (0)