QMCPACK
sycl_determinant_helper.hpp File Reference
+ Include dependency graph for sycl_determinant_helper.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<typename T >
sycl::event applyW_stageV_sycl (sycl::queue &aq, const int *delay_list_gpu, const int delay_count, T *temp_gpu, const int numorbs, const int ndelay, T *V_gpu, const T *Ainv, const std::vector< sycl::event > &dependencies={})
 
template<typename T , typename TMAT , typename INDEX >
std::complex< T > computeLogDet_sycl (sycl::queue &aq, int n, int lda, const TMAT *a, const INDEX *pivot, const std::vector< sycl::event > &dependencies={})