1 #include <dslash_coarse.hpp>
5 // dagger = true wrapper
6 void ApplyCoarseDagger(ColorSpinorField &out, const ColorSpinorField &inA, const ColorSpinorField &inB,
7 const GaugeField &Y, const GaugeField &X, double kappa, int parity,
8 bool dslash, bool clover, const int *commDim, QudaPrecision halo_precision)
10 constexpr bool dagger = true;
11 DslashCoarseLaunch<dagger> Dslash(out, inA, inB, Y, X, kappa, parity, dslash,
12 clover, commDim, halo_precision);
14 DslashCoarsePolicyTune<decltype(Dslash)> policy(Dslash);