summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/binbcast.cu
diff options
context:
space:
mode:
Diffstat (limited to 'ggml/src/ggml-cuda/binbcast.cu')
-rw-r--r--ggml/src/ggml-cuda/binbcast.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml/src/ggml-cuda/binbcast.cu b/ggml/src/ggml-cuda/binbcast.cu
index 76cc01b2..62d115f1 100644
--- a/ggml/src/ggml-cuda/binbcast.cu
+++ b/ggml/src/ggml-cuda/binbcast.cu
@@ -259,7 +259,7 @@ static void ggml_cuda_op_bin_bcast(
} else {
fprintf(stderr, "%s: unsupported types: dst: %s, src0: %s, src1: %s\n", __func__,
ggml_type_name(dst->type), ggml_type_name(src0->type), ggml_type_name(src1->type));
- GGML_ASSERT(false);
+ GGML_ABORT("fatal error");
}
}