Home
last modified time | relevance | path

Searched refs:have_communication_op (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc32 bool ProfilingUtils::have_communication_op = false; member in mindspore::profiler::gpu::ProfilingUtils
150 if (bp_end_str.empty() && !have_communication_op) { in SetTraceBpEnd()
Dgpu_profiling_utils.h59 static bool have_communication_op; variable