Skip to content

Commit 2fd4559

Browse files
committed
validationMode=disabled
1 parent d0fa357 commit 2fd4559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/webgpu/webgpu_provider_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static WebGpuContextParams GetDefaultWebGpuContextParams() {
3030
params.context_config.instance = nullptr;
3131
params.context_config.device = nullptr;
3232
params.context_config.dawn_proc_table = nullptr;
33-
params.context_config.validation_mode = webgpu::ValidationMode::Basic;
33+
params.context_config.validation_mode = webgpu::ValidationMode::Disabled;
3434
params.context_config.preserve_device = false;
3535
params.context_config.max_storage_buffer_binding_size = 0;
3636
params.context_config.power_preference = static_cast<int>(WGPUPowerPreference_HighPerformance);

0 commit comments

Comments
 (0)