Skip to content

Commit 16ff952

Browse files
committed
fix
1 parent 1a1ffd4 commit 16ff952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7069,7 +7069,7 @@ static void ggml_cuda_rms_norm(const ggml_tensor * src0, const ggml_tensor * src
70697069
}
70707070

70717071
bool ggml_cuda_can_mul_mat(const struct ggml_tensor * src0, const struct ggml_tensor * src1, struct ggml_tensor * dst) {
7072-
if (!g_cublas_loaded) = return false;
7072+
if (!g_cublas_loaded) return false;
70737073

70747074
const int64_t ne10 = src1->ne[0];
70757075

0 commit comments

Comments
 (0)