We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375566f commit 9a51e47Copy full SHA for 9a51e47
torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp
@@ -29,7 +29,7 @@ static std::atomic<bool> executor_mode{false};
29
static std::atomic<bool> profiling_mode{false};
30
#else
31
static std::atomic<bool> executor_mode{true};
32
-static std::atomic<bool> profiling_mode{true};
+static std::atomic<bool> profiling_mode{false};
33
#endif
34
35
static std::atomic<size_t> num_profiled_runs{1};
0 commit comments