Skip to content

Commit 5afc5cf

Browse files
committed
Fix CI build failure
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent f4a9303 commit 5afc5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/common.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ void ggml_cuda_error(const char * stmt, const char * func, const char * file, in
317317
#define CUDA_CHECK(err) CUDA_CHECK_GEN(err, cudaSuccess, cudaGetErrorString)
318318

319319
#if CUDART_VERSION >= 12000 || defined(GGML_USE_MUSA)
320-
static const char * cublas_get_error_str(const mublasStatus_t err) {
320+
static const char * cublas_get_error_str(const cublasStatus_t err) {
321321
#ifndef GGML_USE_MUSA
322322
return cublasGetStatusString(err);
323323
#else

0 commit comments

Comments
 (0)