Home
last modified time | relevance | path

Searched refs:AllocDeviceMem (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_memory_allocator.cc71 auto alloc_size = AllocDeviceMem(size, addr); in AllocBufferQueueMem()
77 size_t GPUMemoryAllocator::AllocDeviceMem(size_t size, DeviceMemPtr *addr) { in AllocDeviceMem() function in mindspore::device::gpu::GPUMemoryAllocator
87 auto alloc_size = CudaDriver::AllocDeviceMem(size, addr); in AllocDeviceMem()
Dgpu_launch_mul.cc29 uint8_t *GPULaunchMul::AllocDeviceMem(size_t size) { return GPULaunchkernel::AllocDeviceMem(size); } in AllocDeviceMem() function in mindspore::device::gpu::GPULaunchMul
Dgpu_launch_kernel.h32 uint8_t *AllocDeviceMem(size_t size) override;
Dgpu_memory_allocator.h35 size_t AllocDeviceMem(size_t size, DeviceMemPtr *addr) override;
Dgpu_launch_mul.h34 uint8_t *AllocDeviceMem(size_t size) override;
Dgpu_launch_kernel.cc42 uint8_t *GPULaunchkernel::AllocDeviceMem(size_t size) { in AllocDeviceMem() function in mindspore::device::gpu::GPULaunchkernel
Dcuda_driver.h34 static size_t AllocDeviceMem(size_t size, DeviceMemPtr *addr);
Dgpu_memory_manager.cc90 …GPUMemoryAllocator::GetInstance().AllocDeviceMem(mem_size, reinterpret_cast<void **>(&device_mem_b… in MallocDeviceMemory()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_mul.cc30 uint8_t *AscendLaunchMul::AllocDeviceMem(size_t size) { return AscendLaunchKernel::AllocDeviceMem(s… in AllocDeviceMem() function in mindspore::device::ascend::AscendLaunchMul
Dascend_launch_atomic_clean.cc30 uint8_t *AscendLaunchAtomicClean::AllocDeviceMem(size_t size) { return AscendLaunchKernel::AllocDev… in AllocDeviceMem() function in mindspore::device::ascend::AscendLaunchAtomicClean
Dascend_launch_transdata.cc31 uint8_t *AscendLaunchTransData::AllocDeviceMem(size_t size) { return AscendLaunchKernel::AllocDevic… in AllocDeviceMem() function in mindspore::device::ascend::AscendLaunchTransData
Dascend_launch_kernel.h32 uint8_t *AllocDeviceMem(size_t size) override;
Dascend_launch_mul.h35 uint8_t *AllocDeviceMem(size_t size) override;
Dascend_launch_kernel.cc28 uint8_t *AscendLaunchKernel::AllocDeviceMem(size_t size) { in AllocDeviceMem() function in mindspore::device::ascend::AscendLaunchKernel
Dascend_launch_atomic_clean.h38 uint8_t *AllocDeviceMem(size_t size) override;
Dascend_memory_pool.h33 size_t AllocDeviceMem(size_t size, DeviceMemPtr *addr) override;
Dascend_launch_transdata.h44 uint8_t *AllocDeviceMem(size_t size) override;
Dascend_memory_pool.cc79 size_t AscendMemoryPool::AllocDeviceMem(size_t size, DeviceMemPtr *addr) { in AllocDeviceMem() function in mindspore::device::ascend::AscendMemoryPool
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_memory_pool.h36 size_t AllocDeviceMem(size_t size, DeviceMemPtr *addr) override;
Dcpu_memory_pool.cc70 size_t CPUMemoryPool::AllocDeviceMem(size_t alloc_size, DeviceMemPtr *addr) { in AllocDeviceMem() function in mindspore::device::cpu::CPUMemoryPool
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dlaunch_mul.h38 virtual uint8_t *AllocDeviceMem(size_t size) = 0;
Dlaunch_kernel.h36 virtual uint8_t *AllocDeviceMem(size_t size) = 0;
Dlaunch_mul.cc71 input2_addr_ = AllocDeviceMem(input_size); in ObtainMulInputsAddr()
Dlaunch_kernel.cc29 (*addr)[i] = AllocDeviceMem(size); in ObtainKernelAddress()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_dynamic_allocator.h114 virtual size_t AllocDeviceMem(size_t size, DeviceMemPtr *addr) = 0;

12