Home
last modified time | relevance | path

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

/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_spread.cu93 … const int threadsPerAtomValue = (threadsPerAtom == ThreadsPerAtom::Order) ? order : order * order; in spread_charges() local
94 const int atomsPerWarp = warp_size / threadsPerAtomValue; in spread_charges()
187 … const int threadsPerAtomValue = (threadsPerAtom == ThreadsPerAtom::Order) ? order : order * order; in __launch_bounds__() local
188 const int atomsPerBlock = c_spreadMaxThreadsPerBlock / threadsPerAtomValue; in __launch_bounds__()
190 const int atomsPerWarp = warp_size / threadsPerAtomValue; in __launch_bounds__()
H A Dpme_gather.cu366 … const int threadsPerAtomValue = (threadsPerAtom == ThreadsPerAtom::Order) ? order : order * order; in __launch_bounds__() local
367 const int atomDataSize = threadsPerAtomValue; in __launch_bounds__()