Skip to content

Commit 6a80aaa

Browse files
committed
missed function
1 parent 3367642 commit 6a80aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/webgpu/shader/execution/reconvergence/reconvergence.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ async function testProgram(t: GPUTest, program: Program) {
120120
//if (kDebugLevel & 0x1) {
121121
// console.log(wgsl);
122122
//}
123-
if (kDebugLevel & 0x2) {
124-
program.dumpStats(true);
125-
}
123+
//if (kDebugLevel & 0x2) {
124+
// program.dumpStats(true);
125+
//}
126126
if (kDebugLevel & 0x4) {
127127
return;
128128
}

0 commit comments

Comments
 (0)