We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78f54 commit 98e3a28Copy full SHA for 98e3a28
ggml/src/ggml-opencl/ggml-opencl.cpp
@@ -1730,7 +1730,7 @@ static std::vector<ggml_backend_device> ggml_opencl_probe_devices(ggml_backend_r
1730
1731
cl_platform_id platform_ids[NPLAT];
1732
if (clGetPlatformIDs(NPLAT, platform_ids, &n_platforms) != CL_SUCCESS) {
1733
- GGML_LOG_ERROR("ggml_opencl: plaform IDs not available.\n");
+ GGML_LOG_ERROR("ggml_opencl: platform IDs are not available.\n");
1734
return found_devices;
1735
}
1736
0 commit comments