lattice / quda

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

Staggered `Mat` host verify #1392

Closed weinbe2 closed 1 year ago

weinbe2 commented 1 year ago

This narrow hotfix fixes a bug with the host verify of the staggered/asqtad Mat operator introduced in https://github.com/lattice/quda/commit/931680a5003b135d4222cb0c1737e2516a9774a6 , where a "dagger" was not appropriately applied due to a misplaced curly brace.

This PR also adds a ctest for the Mat operator so this is caught in the future.

I attempted a clang-format but this PR already satisfies the formatting requirements as is.

Closes #1391 .