|
| void | quda::setPackComms (const int *dim_pack) |
| | Helper function that sets which dimensions the packing kernel should be packing for. More...
|
| |
| template<typename Float , int nSpin, int nColor, bool spin_project> |
| std::ostream & | quda::operator<< (std::ostream &out, const PackArg< Float, nSpin, nColor, spin_project > &arg) |
| |
| template<typename Float , int nColor> |
| void | quda::PackGhost (void *ghost[], const ColorSpinorField &in, MemoryLocation location, int nFace, bool dagger, int parity, bool spin_project, double a, double b, double c, const cudaStream_t &stream) |
| |
| template<typename Float > |
| void | quda::PackGhost (void *ghost[], const ColorSpinorField &in, MemoryLocation location, int nFace, bool dagger, int parity, bool spin_project, double a, double b, double c, const cudaStream_t &stream) |
| |
| void | quda::PackGhost (void *ghost[2 *QUDA_MAX_DIM], const ColorSpinorField &field, MemoryLocation location, int nFace, bool dagger, int parity, bool spin_project, double a, double b, double c, const cudaStream_t &stream) |
| | Dslash face packing routine. More...
|
| |