Home
last modified time | relevance | path

Searched refs:KernelLaunchProfiling (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h82 void KernelLaunchProfiling(const std::string &kernel_name) override;
Dascend_kernel_runtime.cc1150 void AscendKernelRuntime::KernelLaunchProfiling(const std::string &kernel_name) { in KernelLaunchProfiling() function in mindspore::device::ascend::AscendKernelRuntime
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h142 virtual void KernelLaunchProfiling(const std::string &kernel_name) {} in KernelLaunchProfiling() function
Dkernel_runtime.cc1522 KernelLaunchProfiling(kernel->fullname_with_scope()); in LaunchKernelMod()