MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / copy

Method copy

src/tests/blas-wrapper.cpp:1825–1837  ·  view source on GitHub ↗

copy

Source from the content-addressed store, hash-verified

1823
1824//copy
1825void
1826::clMath::blas::copy(
1827 size_t N,
1828 float *X,
1829 size_t offx,
1830 int incx,
1831 float *Y,
1832 size_t offy,
1833 int incy)
1834 {
1835
1836 return blasScopy( N, X, offx, incx, Y, offy, incy );
1837 }
1838
1839void
1840::clMath::blas::copy(

Callers 2

getTilesForPrecisionFunction · 0.45
writeOpenCLKernelsFunction · 0.45

Calls 4

blasScopyFunction · 0.85
blasDcopyFunction · 0.85
blasCcopyFunction · 0.85
blasZcopyFunction · 0.85

Tested by

no test coverage detected