Skip to content

Commit c0f1303

Browse files
committed
fix build break
1 parent 5eccc10 commit c0f1303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/contrib_ops/matmul_4bits_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ void RunTest(int64_t M, int64_t N, int64_t K, int64_t block_size, bool has_zerop
548548
#endif
549549
#ifdef USE_WEBGPU
550550
ConfigOptions config_options{};
551-
ORT_ENFORCE(config_options.AddConfigEntry(webgpu::options::kSmallStorageBufferBindingSizeForTesting, "1").IsOK());
551+
ORT_ENFORCE(config_options.AddConfigEntry(webgpu::options::kMaxStorageBufferBindingSize, "134217728").IsOK());
552552
execution_providers.push_back(WebGpuExecutionProviderWithOptions(config_options));
553553
#endif
554554
RunTest<float>(opts, std::move(execution_providers));

0 commit comments

Comments
 (0)