Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.cu544 __shared__ int myNumCoefs; in two_body_NLratio_kernel() local
550 myNumCoefs = numCoefs[blockIdx.x]; in two_body_NLratio_kernel()
559 float dr = rMax / (float)(myNumCoefs - 3); in two_body_NLratio_kernel()
563 if (tid < myNumCoefs) in two_body_NLratio_kernel()
622 __shared__ int myNumCoefs; in two_body_NLratio_kernel() local
628 myNumCoefs = numCoefs[blockIdx.x]; in two_body_NLratio_kernel()
638 double dr = rMax / (double)(myNumCoefs - 3); in two_body_NLratio_kernel()
642 if (tid < myNumCoefs) in two_body_NLratio_kernel()
H A DBsplineJastrowCudaPBC.cu1244 const int myNumCoefs = numCoefs[blockIdx.x]; in two_body_NLratio_PBC_kernel() local
1246 if (tid < myNumCoefs) in two_body_NLratio_PBC_kernel()
1263 const T dr = rMax / (myNumCoefs - 3); in two_body_NLratio_PBC_kernel()