Home
last modified time | relevance | path

Searched defs:max_thread_num (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dpack_cpu_kernel.cc64 …size_t max_thread_num = std::max(std::thread::hardware_concurrency(), static_cast<unsigned int>(1)… in Launch() local
Dassign_cpu_kernel.cc72 auto max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in Launch() local
Dtranspose_cpu_kernel.cc131 auto max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in ParallelRun() local
Dgather_cpu_kernel.cc68 int max_thread_num = SizeToInt(common::ThreadPool::GetInstance().GetSyncRunThreadNum()); in Launch() local
Dscatter_nd_update_cpu_kernel.cc130 auto max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in LaunchKernel() local
Dembedding_look_up_cpu_kernel.cc109 auto max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in LaunchKernel() local
Drandom_cpu_kernel.cc41 auto max_thread_num = std::thread::hardware_concurrency(); in LaunchStandardNormal() local
Dcpu_kernel.cc96 auto max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in ParallelFor() local
154 size_t max_thread_num = std::thread::hardware_concurrency() - 1; in GetActorMgrInnerThreadPool() local
Dstridedslice_cpu_kernel.cc98 int max_thread_num = SizeToInt(common::ThreadPool::GetInstance().GetSyncRunThreadNum()); in InitParallelParam() local
Dcumsum_cpu_kernel.cc234 auto max_thread_num = std::thread::hardware_concurrency(); in LaunchKernel() local
Dsparse_optimizer_cpu_kernel.h125 auto max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in MultiThreadCompute() local
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dactormgr.cc52 int ActorMgr::Initialize(bool use_inner_pool, size_t actor_thread_num, size_t max_thread_num) { in Initialize()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.cc23 void ComputeThreadNums(size_t *actor_thread_num, size_t *OMP_thread_num, size_t *max_thread_num) { in ComputeThreadNums()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dmatmul_cpu_kernel.cc151 size_t max_thread_num = common::ThreadPool::GetInstance().GetSyncRunThreadNum(); in InitArmKernel() local
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc450 int max_thread_num = default_thread_num; in CheckWatchpoints() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc220 size_t max_thread_num = 0; in Initialize() local