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

Method DoBlasCopy

tensorflow/stream_executor/cuda/cuda_blas.cc:659–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659bool CUDABlas::DoBlasCopy(Stream *stream, uint64 elem_count,
660 const DeviceMemory<float> &x, int incx,
661 DeviceMemory<float> *y, int incy) {
662 return DoBlasInternal<float>(cublasScopy, stream,
663 true /* = pointer_mode_host */, elem_count,
664 GpuMemory(x), incx, GpuMemoryMutable(y), incy);
665}
666
667bool CUDABlas::DoBlasCopy(Stream *stream, uint64 elem_count,
668 const DeviceMemory<double> &x, int incx,

Callers

nothing calls this directly

Calls 3

GpuMemoryFunction · 0.85
GpuMemoryMutableFunction · 0.85
GpuComplexFunction · 0.85

Tested by

no test coverage detected