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

Method DoBlasSwap

tensorflow/stream_executor/rocm/rocm_blas.cc:752–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752bool ROCMBlas::DoBlasSwap(Stream *stream, uint64 elem_count,
753 DeviceMemory<float> *x, int incx,
754 DeviceMemory<float> *y, int incy) {
755 return DoBlasInternal(wrap::rocblas_sswap, stream,
756 true /* = pointer_mode_host */, elem_count,
757 GpuMemoryMutable(x), incx, GpuMemoryMutable(y), incy);
758}
759
760bool ROCMBlas::DoBlasSwap(Stream *stream, uint64 elem_count,
761 DeviceMemory<double> *x, int incx,

Callers

nothing calls this directly

Calls 1

GpuMemoryMutableFunction · 0.85

Tested by

no test coverage detected