Home
last modified time | relevance | path

Searched refs:AddressPtrList (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.h85 void LaunchKernelWithTimeProfiling(const AnfNodePtr &kernel, const AddressPtrList &inputs,
86 … const AddressPtrList &workspace, const AddressPtrList &outputs);
89 AddressPtrList *kernel_inputs, AddressPtrList *kernel_workspaces,
90 AddressPtrList *kernel_outputs, bool mock);
91 …bool AllocKernelInputDynamicRes(const mindspore::AnfNodePtr &kernel, AddressPtrList *kernel_inputs…
93 AddressPtrList *kernel_outputs, bool mock);
95 … const mindspore::AnfNodePtr &kernel, AddressPtrList *kernel_workspaces,
118 const AddressPtrList &inputs, const AddressPtrList &workspaces,
119 const AddressPtrList &outputs, bool profiling);
Dgpu_kernel_runtime.cc773 AddressPtrList kernel_inputs; in LaunchKernelDynamic()
774 AddressPtrList kernel_workspaces; in LaunchKernelDynamic()
775 AddressPtrList kernel_outputs; in LaunchKernelDynamic()
830 … const AddressPtrList &inputs, const AddressPtrList &workspaces, in LaunchKernelWithoutMock()
831 const AddressPtrList &outputs, bool profiling) { in LaunchKernelWithoutMock()
893 AddressPtrList kernel_inputs; in RunOpLaunchKernelDynamic()
894 AddressPtrList kernel_workspaces; in RunOpLaunchKernelDynamic()
895 AddressPtrList kernel_outputs; in RunOpLaunchKernelDynamic()
910 void GPUKernelRuntime::LaunchKernelWithTimeProfiling(const AnfNodePtr &kernel, const AddressPtrList in LaunchKernelWithTimeProfiling()
911 … const AddressPtrList &workspace, const AddressPtrList &outputs) { in LaunchKernelWithTimeProfiling()
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dhccl_dynamic_kernel.cc45 AddressPtrList kernel_inputs; in UpdateArgs()
46 AddressPtrList kernel_workspaces; in UpdateArgs()
47 AddressPtrList kernel_outputs; in UpdateArgs()
83 AddressPtrList kernel_inputs; in StaticShapeExecute()
84 AddressPtrList kernel_workspaces; in StaticShapeExecute()
85 AddressPtrList kernel_outputs; in StaticShapeExecute()
Dai_core_dynamic_kernel.cc110 AddressPtrList kernel_inputs; in UpdateArgs()
111 AddressPtrList kernel_workspaces; in UpdateArgs()
112 AddressPtrList kernel_outputs; in UpdateArgs()
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dmem_address_recorder.h33 using AddressPtrList = std::vector<kernel::AddressPtr>; variable
35 AddressPtrList *inputs_;
36 AddressPtrList *workspaces_;
37 AddressPtrList *outputs_;
Drunning_data_recorder.h36 using AddressPtrList = std::vector<kernel::AddressPtr>; variable
Dmem_address_recorder.cc24 std::string MemInfo2String(const std::string &label, const AddressPtrList &info) { in MemInfo2String()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h44 using AddressPtrList = std::vector<mindspore::kernel::AddressPtr>; variable
90 AddressPtrList *kernel_inputs, AddressPtrList *kernel_workspaces,
91 AddressPtrList *kernel_outputs);
150 AddressPtrList *kernel_inputs, AddressPtrList *kernel_workspaces,
151 AddressPtrList *kernel_outputs);
161 static void GenAddrCleanLaunchArgs(const CNodePtr &cnode, AddressPtrList *kernel_inputs,
Dkernel_runtime.cc1121AddressPtrList *kernel_inputs, AddressPtrList *const kernel_workspaces, in GenLaunchArgs()
1122 AddressPtrList *kernel_outputs) { in GenLaunchArgs()
1181 void KernelRuntime::GenAddrCleanLaunchArgs(const CNodePtr &cnode, AddressPtrList *kernel_inputs, in GenAddrCleanLaunchArgs()
1299AddressPtrList *kernel_inputs, AddressPtrList *kernel_workspaces, in AssignKernelAddress()
1300 AddressPtrList *kernel_outputs) { in AssignKernelAddress()
1418 AddressPtrList kernel_inputs; in LaunchKernel()
1419 AddressPtrList kernel_workspaces; in LaunchKernel()
1420 AddressPtrList kernel_outputs; in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/
Dtask_generator.h37 using AddressPtrList = std::vector<mindspore::kernel::AddressPtr>; variable
67 static void LaunchAddrCleanKernel(const CNodePtr &anf_node_ptr, AddressPtrList *kernel_inputs);
68 static void LaunchAddrCleanAkgKernel(const CNodePtr &anf_node_ptr, AddressPtrList *kernel_inputs);
Dtask_generator.cc60 void TaskGenerator::LaunchAddrCleanAkgKernel(const CNodePtr &anf_node_ptr, AddressPtrList *kernel_i… in LaunchAddrCleanAkgKernel()
95 void TaskGenerator::LaunchAddrCleanKernel(const CNodePtr &anf_node_ptr, AddressPtrList *kernel_inpu… in LaunchAddrCleanKernel()
148 AddressPtrList kernel_inputs; in LaunchKernel()
149 AddressPtrList kernel_workspaces; in LaunchKernel()
150 AddressPtrList kernel_outputs; in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc34 using AddressPtrList = std::vector<AddressPtr>; typedef
236 AddressPtrList kernel_inputs; in HashSwapOut()
237 AddressPtrList kernel_outputs = { in HashSwapOut()
239 AddressPtrList kernel_workspaces; in HashSwapOut()
277 AddressPtrList kernel_inputs; in HashSwapIn()
278 AddressPtrList kernel_outputs; in HashSwapIn()
279 AddressPtrList kernel_workspaces; in HashSwapIn()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_mod.cc28 using AddressPtrList = std::vector<mindspore::kernel::AddressPtr>; typedef
114 AddressPtrList kernel_inputs; in GenDynamicKernel()
115 AddressPtrList kernel_workspaces; in GenDynamicKernel()
116 AddressPtrList kernel_outputs; in GenDynamicKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dmemcpy_async.cc136 AddressPtrList kernel_inputs; in GenDynamicKernel()
137 AddressPtrList kernel_workspaces; in GenDynamicKernel()
138 AddressPtrList kernel_outputs; in GenDynamicKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_kernel_mod.cc207 AddressPtrList kernel_inputs; in GenDynamicKernel()
208 AddressPtrList kernel_workspaces; in GenDynamicKernel()
209 AddressPtrList kernel_outputs; in GenDynamicKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhccl_kernel.cc276 AddressPtrList inputs; in GenDynamicKernel()
277 AddressPtrList workspaces; in GenDynamicKernel()
278 AddressPtrList outputs; in GenDynamicKernel()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc31 using AddressPtrList = std::vector<mindspore::kernel::AddressPtr>; typedef