Home
last modified time | relevance | path

Searched refs:rtMalloc (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Daicpu_task.cc64 rtError_t rt_ret = rtMalloc(&args_, args_size, RT_MEMORY_HBM); in Distribute()
113 rtError_t flag = rtMalloc(&ext_info_, ext_size, RT_MEMORY_HBM); in SetAicpuParamHead()
Dlabel_goto_task.cc61 rtError_t rt_ret = rtMalloc(&index_value_, sizeof(uint64_t), RT_MEMORY_HBM); in Distribute()
Dtbe_task.cc76 rt_ret = rtMalloc(&args_, args_size, RT_MEMORY_HBM); in Distribute()
Dlabel_manager.cc101 rt_ret = rtMalloc(&label_info, label_info_size, RT_MEMORY_HBM); in GetLabelInfo()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc326 rtError_t rt_ret = rtMalloc(&op_debug_buffer_addr_, kOpDebugHostMemSize, RT_MEMORY_DDR); in OpDebugRegister()
331 rt_ret = rtMalloc(&op_debug_dump_args_, kOpDebugDevMemSize, RT_MEMORY_HBM); in OpDebugRegister()
379 rtError_t rt_ret = rtMalloc(ptr, proto_size, RT_MEMORY_HBM); in RtLoadDumpData()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_mod.cc137 auto ret = rtMalloc(&tiling_data_ptr, op_para_size, RT_MEMORY_HBM); in GenDynamicKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_cpu_dynamic_kernel.cc92 auto ret = rtMalloc(&ext_info_addr_dev_, ext_info_data_.size(), RT_MEMORY_HBM); in Initialize()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_manager.cc58 …auto ret = rtMalloc(reinterpret_cast<void **>(&device_mem_base_), device_mem_size_, RT_MEMORY_HBM); in MallocDeviceMemory()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc32 rtError_t rtMalloc(void **devPtr, uint64_t size, rtMemType_t type) { return RT_ERROR_NONE; } in rtMalloc() function