use CUDA_NAME both times
This commit is contained in:
parent
e4f9d9d848
commit
201d70b7db
1 changed files with 1 additions and 1 deletions
|
@ -7943,7 +7943,7 @@ GGML_CALL void ggml_init_cublas() {
|
|||
if (cudaGetDeviceCount(&g_device_count) != cudaSuccess) {
|
||||
initialized = true;
|
||||
g_cublas_loaded = false;
|
||||
fprintf(stderr, "%s: no " GGML_CUDA_NAME " devices found, CUDA will be disabled\n", __func__);
|
||||
fprintf(stderr, "%s: no " GGML_CUDA_NAME " devices found, " GGML_CUDA_NAME " will be disabled\n", __func__);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue