summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/mmq.cu
diff options
context:
space:
mode:
Diffstat (limited to 'ggml/src/ggml-cuda/mmq.cu')
-rw-r--r--ggml/src/ggml-cuda/mmq.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml/src/ggml-cuda/mmq.cu b/ggml/src/ggml-cuda/mmq.cu
index 84f6387e..78d70cd7 100644
--- a/ggml/src/ggml-cuda/mmq.cu
+++ b/ggml/src/ggml-cuda/mmq.cu
@@ -84,7 +84,7 @@ void ggml_cuda_op_mul_mat_q(
mul_mat_q_case<GGML_TYPE_IQ4_NL>(ctx, args, stream);
break;
default:
- GGML_ASSERT(false);
+ GGML_ABORT("fatal error");
break;
}