Skip to content

Commit 1515d67

Browse files
committed
oldpc build is now fixed (+2 squashed commit)
Squashed commit: [d11ac6c] temp test [cfbc008] test no f16 as well
1 parent 89266ac commit 1515d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,7 @@ static void ggml_cuda_mul_mat(ggml_backend_cuda_context & ctx, const ggml_tensor
20662066
//kcpp: https://github.com/ggml-org/llama.cpp/pull/14361 broke oldpc mode without this.
20672067
use_batched_cublas_bf16 = false;
20682068
use_batched_cublas_f32 = false;
2069+
use_batched_cublas_f16 = false;
20692070
}
20702071

20712072
if (!split && use_mul_mat_vec_f) {

0 commit comments

Comments
 (0)