Home
last modified time | relevance | path

Searched refs:SaxpyFunction (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/examples/
Dsimple_example.cu92 template <typename F> void testSaxpy(F &&SaxpyFunction) { in testSaxpy() argument
97 SaxpyFunction(A, X, Y); in testSaxpy()