Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/examples/
Dsimple_example.cu58 void cudaSaxpy(float A, std::array<float, N> &X, std::array<float, N> &Y) { in cudaSaxpy() function
108 testSaxpy(cudaSaxpy<3>); in main()