Home
last modified time | relevance | path

Searched refs:testSaxpy (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() function
107 testSaxpy(saxpy<3>); in main()
108 testSaxpy(cudaSaxpy<3>); in main()