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

Function deleteBuffers

src/tests/correctness/corr-gemv.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41template <typename T> static void
42deleteBuffers(T *A, T *X, T *blasY, T *clblasY)
43{
44 delete[] A;
45 delete[] X;
46 delete[] blasY;
47 delete[] clblasY;
48}
49
50template <typename T>
51void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected