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

Method asum

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

Source from the content-addressed store, hash-verified

2055//ASUM
2056
2057float
2058clMath::blas::asum(
2059 size_t N,
2060 float *X,
2061 size_t offx,
2062 int incx)
2063 {
2064
2065 return blasSasum( N, X, offx, incx);
2066 }
2067
2068double
2069clMath::blas::asum(

Callers

nothing calls this directly

Calls 4

blasSasumFunction · 0.85
blasDasumFunction · 0.85
blasScasumFunction · 0.85
blasDzasumFunction · 0.85

Tested by

no test coverage detected