Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.h29 float spline_coefs[],
40 double spline_coefs[],
52 float spline_coefs[],
64 double spline_coefs[],
76 float spline_coefs[],
99 float* spline_coefs[],
147 float spline_coefs[],
220 float spline_coefs[],
232 double spline_coefs[],
244 float spline_coefs[],
[all …]
H A DBsplineJastrowCudaPBC.h30 float spline_coefs[],
43 double spline_coefs[],
57 float spline_coefs[],
71 double spline_coefs[],
85 float spline_coefs[],
114 float* spline_coefs[],
174 float spline_coefs[],
266 float spline_coefs[],
280 double spline_coefs[],
294 float spline_coefs[],
[all …]
H A DBsplineJastrowCuda.cu151 coefs[tid] = spline_coefs[tid]; in two_body_sum_kernel()
281 coefs[tid] = spline_coefs[tid]; in two_body_ratio_kernel()
404 coefs[tid] = spline_coefs[tid]; in two_body_ratio_grad_kernel()
767 coefs[tid] = spline_coefs[tid]; in two_body_grad_lapl_kernel()
912 coefs[tid] = spline_coefs[tid]; in two_body_grad_kernel()
1252 coefs[tid] = spline_coefs[tid]; in one_body_sum_kernel()
1384 coefs[tid] = spline_coefs[tid]; in one_body_ratio_kernel()
1509 coefs[tid] = spline_coefs[tid]; in one_body_ratio_grad_kernel()
1661 coefs[tid] = spline_coefs[tid]; in one_body_grad_lapl_kernel()
1818 coefs[tid] = spline_coefs[tid]; in one_body_NLratio_kernel()
[all …]
H A DBsplineJastrowCudaPBC.cu602 coefs[tid] = spline_coefs[tid]; in two_body_sum_PBC_kernel()
763 coefs[tid] = spline_coefs[tid]; in two_body_ratio_PBC_kernel()
905 coefs[tid] = spline_coefs[tid]; in two_body_ratio_grad_PBC_kernel()
1017 coefs[tid] = spline_coefs[tid]; in two_body_ratio_grad_PBC_kernel_fast()
1557 coefs[tid] = spline_coefs[tid]; in two_body_grad_lapl_PBC_kernel()
1648 coefs[tid] = spline_coefs[tid]; in two_body_grad_lapl_PBC_kernel_fast()
1853 coefs[tid] = spline_coefs[tid]; in two_body_grad_PBC_kernel()
1944 coefs[tid] = spline_coefs[tid]; in two_body_grad_PBC_kernel_fast()
2455 coefs[tid] = spline_coefs[tid]; in one_body_sum_PBC_kernel()
2620 coefs[tid] = spline_coefs[tid]; in one_body_ratio_PBC_kernel()
[all …]
H A DAtomicOrbitalCuda.h131 T *spline_coefs, *poly_coefs;
H A DAtomicOrbitalCuda.cu218 myCoefs = myOrbital.spline_coefs; in evaluateHybridSplineReal_kernel()
468 myCoefs = myOrbital.spline_coefs; in evaluateHybridSplineReal_kernel()
885 myCoefs = myOrbital.spline_coefs; in evaluateHybridSplineComplexToReal_kernel()
1243 myCoefs = myOrbital.spline_coefs; in evaluateHybridSplineComplexToReal_kernel()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/
H A DEinsplineSetCuda.cpp124 float* spline_coefs[], in eval_multi_multi_UBspline_3d_cuda() argument
140 << "; after: " << spline_coefs[devicenr] << "\n"; in eval_multi_multi_UBspline_3d_cuda()
188 << "; after: " << spline_coefs[devicenr] << "\n"; in eval_multi_multi_UBspline_3d_cuda()
231 << "; after: " << spline_coefs[devicenr] << "\n"; in eval_multi_multi_UBspline_3d_cuda()
425 << "; after: " << spline_coefs[devicenr] << "\n"; in eval_multi_multi_UBspline_3d_cuda()
470 << "; after: " << spline_coefs[devicenr] << "\n"; in eval_multi_multi_UBspline_3d_cuda()
2590 gpu::host_vector<CTS::RealType> spline_coefs(spline_size); in finalizeConstruction() local
2592 atom_cuda.spline_coefs = AtomicSplineCoefs_GPU[iat].data(); in finalizeConstruction()
2612 AtomicSplineCoefs_GPU[iat] = spline_coefs; in finalizeConstruction()
2663 gpu::host_vector<CTS::RealType> spline_coefs(spline_size); in finalizeConstruction() local
[all …]