Skip to content

Commit

Permalink
[HIPIFY][BLAS][6.2.0] cuBLAS support - Step 22 - All functions revising
Browse files Browse the repository at this point in the history
+ Remove v1 versions of those functions, for which only v2 versions are used in hipification
  • Loading branch information
emankov committed Jul 23, 2024
1 parent 3c5e867 commit e85b5c2
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions src/CUDA2HIP_BLAS_API_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1785,64 +1785,33 @@ const std::map<llvm::StringRef, hipAPIversions> HIP_BLAS_FUNCTION_VER_MAP {
{"hipblasHgemmStridedBatched", {HIP_3000, HIP_0, HIP_0 }},
{"hipblasSsyrk", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasDsyrk", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCsyrk", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZsyrk", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCherk", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZherk", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSsyr2k", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasDsyr2k", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCsyr2k", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZsyr2k", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSsyrkx", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasDsyrkx", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCsyrkx", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZsyrkx", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCher2k", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZher2k", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCherkx", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZherkx", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSsymm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasDsymm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasCsymm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasZsymm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasChemm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasZhemm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasStrsm", {HIP_1082, HIP_0, HIP_0 }},
{"hipblasDtrsm", {HIP_1082, HIP_0, HIP_0 }},
{"hipblasCtrsm", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZtrsm", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasStrmm", {HIP_3020, HIP_0, HIP_0 }},
{"hipblasDtrmm", {HIP_3020, HIP_0, HIP_0 }},
{"hipblasCtrmm", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZtrmm", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSgeam", {HIP_1082, HIP_0, HIP_0 }},
{"hipblasDgeam", {HIP_1082, HIP_0, HIP_0 }},
{"hipblasCgeam", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasZgeam", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasSgetrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasDgetrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCgetrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZgetrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSgetriBatched", {HIP_3070, HIP_0, HIP_0 }},
{"hipblasDgetriBatched", {HIP_3070, HIP_0, HIP_0 }},
{"hipblasCgetriBatched", {HIP_3070, HIP_0, HIP_0 }},
{"hipblasZgetriBatched", {HIP_3070, HIP_0, HIP_0 }},
{"hipblasSgetrsBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasDgetrsBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCgetrsBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZgetrsBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasStrsmBatched", {HIP_3020, HIP_0, HIP_0 }},
{"hipblasDtrsmBatched", {HIP_3020, HIP_0, HIP_0 }},
{"hipblasCtrsmBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZtrsmBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSgeqrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasDgeqrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasCgeqrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasZgeqrfBatched", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSdgmm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasDdgmm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasCdgmm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasZdgmm", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasGemmEx", {HIP_1082, HIP_0, HIP_0 }},
{"hipblasGemmBatchedEx", {HIP_3060, HIP_0, HIP_0 }},
{"hipblasGemmStridedBatchedEx", {HIP_3060, HIP_0, HIP_0 }},
Expand Down Expand Up @@ -2346,8 +2315,6 @@ const std::map<llvm::StringRef, hipAPIversions> HIP_BLAS_FUNCTION_VER_MAP {
{"rocblas_get_matrix_async", {HIP_3050, HIP_0, HIP_0 }},
{"hipblasSgelsBatched", {HIP_5040, HIP_0, HIP_0 }},
{"hipblasDgelsBatched", {HIP_5040, HIP_0, HIP_0 }},
{"hipblasCgelsBatched", {HIP_5040, HIP_0, HIP_0 }},
{"hipblasZgelsBatched", {HIP_5040, HIP_0, HIP_0 }},
{"rocblas_get_math_mode", {HIP_5070, HIP_0, HIP_0 }},
{"rocblas_set_math_mode", {HIP_5070, HIP_0, HIP_0 }},
{"rocblas_cgemv_batched", {HIP_3050, HIP_0, HIP_0 }},
Expand Down Expand Up @@ -2425,8 +2392,6 @@ const std::map<llvm::StringRef, hipAPIversions> HIP_BLAS_FUNCTION_VER_MAP {
const std::map<llvm::StringRef, hipAPIChangedVersions> HIP_BLAS_FUNCTION_CHANGED_VER_MAP {
{"hipblasStrmm", {HIP_6000}},
{"hipblasDtrmm", {HIP_6000}},
{"hipblasCtrmm", {HIP_6000}},
{"hipblasZtrmm", {HIP_6000}},
{"rocblas_strmm", {HIP_6000}},
{"rocblas_dtrmm", {HIP_6000}},
{"rocblas_ctrmm", {HIP_6000}},
Expand Down

0 comments on commit e85b5c2

Please sign in to comment.