Searched refs:testSaxpy (Results 1 – 1 of 1) sorted by relevance
92 template <typename F> void testSaxpy(F &&SaxpyFunction) { in testSaxpy() function107 testSaxpy(saxpy<3>); in main()108 testSaxpy(cudaSaxpy<3>); in main()