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

spinor_dilute.cu does not compile for typical staggered MG Nc values #1422

Open weinbe2 opened 8 months ago

weinbe2 commented 8 months ago

Many of the spinor dilution routines do not compile for sufficiently large Nc due to the argument structure being too large, which is reasonable for dilutions including full Nc. There is a workaround going into #1421 which "skips" compiling Nc > 32. This can be addressed in the future as needed.