Skip to content

Commit 5b6ed44

Browse files
committed
better warning message
1 parent 3fefb3b commit 5b6ed44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

otherarch/ggml_v3b-opencl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,7 @@ static void ggml_cl_mul_mat_q_f32(const ggml_tensor * src0, const ggml_tensor *
18161816
if(to_fp32_cl==nullptr)
18171817
{
18181818
printf("\nOpenCL: Unsupported Tensor Type Detected: %d\n",type);
1819+
printf("Note that CLBlast only works on classic quants and K-quants!\n");
18191820
}
18201821
GGML_ASSERT(to_fp32_cl != nullptr);
18211822

0 commit comments

Comments
 (0)