Home
last modified time | relevance | path

Searched defs:MemcpyAsync (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_kernel_runtime.h53 …bool MemcpyAsync(void *dst, const void *src, uint64_t size, int32_t kind) override { return true; … in MemcpyAsync() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc975 bool AscendKernelRuntime::MemcpyAsync(void *dst, const void *src, uint64_t size, int32_t kind) { in MemcpyAsync() function in mindspore::device::ascend::AscendKernelRuntime
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc216 bool GPUKernelRuntime::MemcpyAsync(void *dst, const void *src, uint64_t size, int32_t kind) { in MemcpyAsync() function in mindspore::device::gpu::GPUKernelRuntime