Update ggml-cuda.cu
This commit is contained in:
parent
1008498463
commit
61d435674f
1 changed files with 1 additions and 1 deletions
|
@ -6825,7 +6825,7 @@ static void ggml_cuda_op_get_rows(
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// TODO: k-quants
|
// TODO: k-quants
|
||||||
fprintf(stderr, "ERROR: Unsupported CUDA Data Type:%s\n", ggml_type_name(src0->type));
|
fprintf(stderr, "%s: unsupported type: %s\n", __func__, ggml_type_name(src0->type));
|
||||||
GGML_ASSERT(false);
|
GGML_ASSERT(false);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue