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 40dd1f0 commit 8b31513Copy full SHA for 8b31513
ggml/src/ggml-webgpu/ggml-webgpu.cpp
@@ -846,7 +846,7 @@ static ggml_backend_dev_t ggml_backend_webgpu_reg_get_device(ggml_backend_reg_t
846
847
static ggml_backend_webgpu_device_context device_ctx;
848
device_ctx.webgpu_ctx = ctx;
849
- device_ctx.device_name = std::string(info.device.data);
+ device_ctx.device_name = GGML_WEBGPU_NAME;
850
device_ctx.device_desc = std::string(info.description.data);
851
852
GGML_LOG_INFO("ggml_webgpu: adapter_info: vendor_id: %u | vendor: %s | architecture: %s | device_id: %u | name: %s | device_desc: %s\n",
0 commit comments