diff --git a/js/web/lib/wasm/jsep/backend-webgpu.ts b/js/web/lib/wasm/jsep/backend-webgpu.ts index e2c2bc8deccf..4ee1fd5442d8 100644 --- a/js/web/lib/wasm/jsep/backend-webgpu.ts +++ b/js/web/lib/wasm/jsep/backend-webgpu.ts @@ -413,6 +413,7 @@ export class WebGpuBackend { if (!artifact) { artifact = this.programManager.build(program, normalizedDispatchGroup); this.programManager.setArtifact(key, artifact); + LOG_DEBUG('info', () => `[artifact] key: ${key}, programName: ${program.name}`); } LOG_DEBUG(