QMCPACK
test_syclBLAS.cpp File Reference
+ Include dependency graph for test_syclBLAS.cpp:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<typename T >
void test_gemv (const int M_b, const int N_b, const char trans)
 
template<typename T >
void test_gemv_batched (const int M_b, const int N_b, const char trans, const int batch_count)
 
 TEST_CASE ("OmpBLAS gemv", "[SYCL]")
 
 TEST_CASE ("OmpBLAS gemv notrans", "[SYCL]")
 
template<typename T >
void test_ger_batched (const int M, const int N, const int batch_count)
 
 TEST_CASE ("OmpBLAS ger", "[SYCL]")