From 412aec4e2df8f01ee15f3165d9f740af5190866d Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 13 Sep 2024 08:35:26 -0400 Subject: [PATCH] [WEBGPU] Update runtime to remove deprecated API This PR updates webgpu runtime code to remove deprecated API. unblocks the CI. --- web/src/webgpu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/webgpu.ts b/web/src/webgpu.ts index 284d6d3887d9..d3d431cf1f70 100644 --- a/web/src/webgpu.ts +++ b/web/src/webgpu.ts @@ -116,7 +116,7 @@ export async function detectGPUDevice(): Promise