CUDA: add cublasSgemmBatched mapping for HIP/MUSA vendor headers (#25033)
This commit is contained in:
Vendored
+1
@@ -48,6 +48,7 @@
|
|||||||
#define cublasSetMathMode(handle, mode) CUBLAS_STATUS_SUCCESS
|
#define cublasSetMathMode(handle, mode) CUBLAS_STATUS_SUCCESS
|
||||||
#define cublasSetStream hipblasSetStream
|
#define cublasSetStream hipblasSetStream
|
||||||
#define cublasSgemm hipblasSgemm
|
#define cublasSgemm hipblasSgemm
|
||||||
|
#define cublasSgemmBatched hipblasSgemmBatched
|
||||||
#define cublasSgemmStridedBatched hipblasSgemmStridedBatched
|
#define cublasSgemmStridedBatched hipblasSgemmStridedBatched
|
||||||
#define cublasStatus_t hipblasStatus_t
|
#define cublasStatus_t hipblasStatus_t
|
||||||
#define cublasOperation_t hipblasOperation_t
|
#define cublasOperation_t hipblasOperation_t
|
||||||
|
|||||||
Vendored
+1
@@ -32,6 +32,7 @@
|
|||||||
#define cublasSetMathMode mublasSetMathMode
|
#define cublasSetMathMode mublasSetMathMode
|
||||||
#define cublasSetStream mublasSetStream
|
#define cublasSetStream mublasSetStream
|
||||||
#define cublasSgemm mublasSgemm
|
#define cublasSgemm mublasSgemm
|
||||||
|
#define cublasSgemmBatched mublasSgemmBatched
|
||||||
#define cublasSgemmStridedBatched mublasSgemmStridedBatched
|
#define cublasSgemmStridedBatched mublasSgemmStridedBatched
|
||||||
#define cublasStatus_t mublasStatus_t
|
#define cublasStatus_t mublasStatus_t
|
||||||
#define cublasOperation_t mublasOperation_t
|
#define cublasOperation_t mublasOperation_t
|
||||||
|
|||||||
Reference in New Issue
Block a user