Skip to content

Commit 8b31513

Browse files
committed
Fix name
1 parent 40dd1f0 commit 8b31513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-webgpu/ggml-webgpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ static ggml_backend_dev_t ggml_backend_webgpu_reg_get_device(ggml_backend_reg_t
846846

847847
static ggml_backend_webgpu_device_context device_ctx;
848848
device_ctx.webgpu_ctx = ctx;
849-
device_ctx.device_name = std::string(info.device.data);
849+
device_ctx.device_name = GGML_WEBGPU_NAME;
850850
device_ctx.device_desc = std::string(info.description.data);
851851

852852
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

Comments
 (0)