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 367fa9c commit cd36767Copy full SHA for cd36767
ggml/src/ggml-opencl/ggml-opencl.cpp
@@ -579,14 +579,6 @@ static ggml_backend_opencl_context * ggml_cl2_init(ggml_backend_dev_t dev) {
579
}
580
#endif
581
582
- // Populate backend device name
583
- dev_ctx->platform_name = default_device->platform->name;
584
- dev_ctx->device_name = default_device->name;
585
- backend_ctx->device_name = default_device->name;
586
-
587
- // A local ref of cl_device_id for convenience
588
- cl_device_id device = backend_ctx->device;
589
590
ggml_cl_version platform_version = get_opencl_platform_version(default_device->platform->id);
591
592
// Check device OpenCL version, OpenCL 2.0 or above is required
0 commit comments