QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
Other
26 stars 35 forks source link

Add spline evaluate_v offload #178

Closed jtkrogel closed 5 years ago

jtkrogel commented 6 years ago

The PR implements the evaluate_v routine for splined orbitals following the pattern established by the existing evaluate_vgh implementation.

Single and multi-threaded checks (via check_spo and check_spo_batched) pass on both oxygen (without offload) and on Summit (with offload).

qmc-robot commented 6 years ago

Can one of the maintainers verify this patch?

ye-luo commented 6 years ago

test this please

grahamlopez commented 5 years ago

test this please

grahamlopez commented 5 years ago

test this please

ye-luo commented 5 years ago

I can't make the CI pass due to #187