Details
In the documentation related to CUDA GPU acceleration, it's stated that for PW GPU, the ks_solver could be cg, bpcg or dav; The dav_subspace is reported here.
|
- Set `ks_solver`: For the PW basis, CG, BPCG and Davidson methods are supported on GPU; set the input parameter [ks_solver](../input_files/input-main.md#ks_solver) to `cg`, `bpcg` or `dav`. For the LCAO basis, `cusolver`, `cusolvermp` and `elpa` is supported on GPU. |
However, now the ks_solver dav_subspace supports CUDA GPU acceleration. A clear example is that abacus has corresponding test for this tests/11_PW_GPU/scf_dav_sub.
I think it would be great if abacus can add a clear note that dav_subspace also supports GPU
Task list for Issue attackers (only for developers)
Details
In the documentation related to CUDA GPU acceleration, it's stated that for PW GPU, the
ks_solvercould becg,bpcgordav; Thedav_subspaceis reported here.abacus-develop/docs/advanced/acceleration/cuda.md
Line 47 in 74c4269
However, now the
ks_solver dav_subspacesupports CUDA GPU acceleration. A clear example is that abacus has corresponding test for thistests/11_PW_GPU/scf_dav_sub.I think it would be great if abacus can add a clear note that
dav_subspacealso supports GPUHave you read the online manual http://abacus.deepmodeling.com/en/latest/
Task list for Issue attackers (only for developers)