Home
last modified time | relevance | path

Searched refs:dev_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dbatchnorm_fold_impl.cu83 thrust::device_ptr<T> dev_ptr(array); in ThrustFillWith() local
84 thrust::fill(thrust::cuda::par.on(cuda_stream), dev_ptr, dev_ptr + size, tofill); in ThrustFillWith()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_bucket.cc82 void GPUBucket::FreeDeviceMem(void *dev_ptr) { GPUMemoryAllocator::GetInstance().FreeTensorMem(dev_… in FreeDeviceMem() argument
Dgpu_bucket.h35 void FreeDeviceMem(void *dev_ptr) override;
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_bucket.h35 void FreeDeviceMem(void *dev_ptr) override;
Dascend_bucket.cc75 void AscendBucket::FreeDeviceMem(void *dev_ptr) { AscendMemoryPool::GetInstance().FreeTensorMem(dev… in FreeDeviceMem() argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dbucket.h85 virtual void FreeDeviceMem(void *dev_ptr) = 0;