Skip to content

Commit bcf186e

Browse files
authored
Update test_inference.cc
1 parent dd6bc30 commit bcf186e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

onnxruntime/test/wasm/test_inference.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include "core/session/onnxruntime_cxx_api.h"
77

88
TEST(WebAssemblyTest, test) {
9-
auto numIntraOpsThreads = 10;
9+
auto numInterOpsThreads = 4;
10+
auto numIntraOpsThreads = 4;
1011
// OrtThreadingOptions *threadingOptions;
1112
// Ort::SessionOptions sessionOptions;
1213
// sessionOptions.DisablePerSessionThreads();

0 commit comments

Comments
 (0)