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

Method DoBlasCopy

tensorflow/stream_executor/rocm/rocm_blas.cc:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485bool ROCMBlas::DoBlasCopy(Stream *stream, uint64 elem_count,
486 const DeviceMemory<float> &x, int incx,
487 DeviceMemory<float> *y, int incy) {
488 return DoBlasInternal(wrap::rocblas_scopy, stream,
489 true /* = pointer_mode_host */, elem_count,
490 GpuMemory(x), incx, GpuMemoryMutable(y), incy);
491}
492
493bool ROCMBlas::DoBlasCopy(Stream *stream, uint64 elem_count,
494 const DeviceMemory<double> &x, int incx,

Callers

nothing calls this directly

Calls 2

GpuMemoryFunction · 0.85
GpuMemoryMutableFunction · 0.85

Tested by

no test coverage detected