lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
289 stars 97 forks source link

handle NULL input for host_evecs in eigensolveQuda #1379

Closed aniketsen closed 1 year ago

aniketsen commented 1 year ago

If eigenvectors are not required, NULL can be passed to host_evecs in eigensolveQuda, accordingly ColorSpinorFields are created with QUDA_ZERO_FIELD_CREATE instead of QUDA_REFERENCE_FIELD_CREATE.

mathiaswagner commented 1 year ago

Jenkins: Can one of the admins verify this patch?

mathiaswagner commented 1 year ago

Jenkins: Can one of the admins verify this patch?

maddyscientist commented 1 year ago

@Jenkins ok to test