Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h163 uint64_t max_cupti_callback_events_ = 2 * 1024 * 10000; variable
Dgpu_profiling.cc251 if (cupti_callback_events_count_ < max_cupti_callback_events_) { in AddEvent()