We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1424053 commit 77c6517Copy full SHA for 77c6517
1 file changed
onnxruntime/core/providers/webgpu/webgpu_context.h
@@ -92,7 +92,7 @@ struct WebGpuContextConfig {
92
#ifndef NDEBUG
93
webgpu::ValidationMode::Full // for debug build, enable full validation by default
94
#else
95
- webgpu::ValidationMode::Basic // for release build, enable basic validation by default
+ webgpu::ValidationMode::Disabled // for release build, disable validation by default
96
#endif // !NDEBUG
97
};
98
bool preserve_device{false};
0 commit comments