Skip to content

Commit 9a51e47

Browse files
Krovatkingchanan
authored andcommitted
make simple executor the default for OSS
1 parent 375566f commit 9a51e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static std::atomic<bool> executor_mode{false};
2929
static std::atomic<bool> profiling_mode{false};
3030
#else
3131
static std::atomic<bool> executor_mode{true};
32-
static std::atomic<bool> profiling_mode{true};
32+
static std::atomic<bool> profiling_mode{false};
3333
#endif
3434

3535
static std::atomic<size_t> num_profiled_runs{1};

0 commit comments

Comments
 (0)