MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SynchronousMemcpy

Method SynchronousMemcpy

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523port::Status GpuExecutor::SynchronousMemcpy(DeviceMemoryBase* gpu_dst,
524 const void* host_src, uint64 size) {
525 return GpuDriver::SynchronousMemcpyH2D(context_, AsROCmDevicePtr(gpu_dst),
526 host_src, size);
527}
528
529port::Status GpuExecutor::SynchronousMemcpy(void* host_dst,
530 const DeviceMemoryBase& gpu_src,

Callers

nothing calls this directly

Calls 3

SynchronousMemcpyH2DFunction · 0.85
AsROCmDevicePtrFunction · 0.85
SynchronousMemcpyD2HFunction · 0.85

Tested by

no test coverage detected