lattice / quda

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

Hotfix staggered quark smearing #1486

Closed maddyscientist closed 2 months ago

maddyscientist commented 2 months ago

This PR fixes an issue with setting the thread count for the staggered quark smearing exterior kernels. This is a regression that was introduced when the MRHS kernel branch was merged in.

This regression was missed by ctest as the staggered_gsmear_test doesn't appear to actually check for correctness. This is an open issue yet to be resolved (@alexstrel) .

@leonhostetler can you verify that this PR fixes your issue? Thx

leonhostetler commented 2 months ago

I have verified that this fixes the issue for me.