|
QUDA
v0.5.0
A library for QCD on GPUs
|
#include <stdlib.h>#include <stdio.h>#include <typeinfo>#include <color_spinor_field.h>#include <blas_quda.h>#include <string.h>#include <iostream>#include <misc_helpers.h>#include <face_quda.h>#include <dslash_quda.h>#include <pack_spinor.h>Go to the source code of this file.
Namespaces | |
| namespace | quda |
Macros | |
| #define | REORDER_LOCATION QUDA_CPU_FIELD_LOCATION |
| #define | REORDER_SPINOR_FIELD(DST, SRC, dst, src, myNs, loc) |
Functions | |
| std::ostream & | quda::operator<< (std::ostream &out, const cudaColorSpinorField &a) |
| #define REORDER_LOCATION QUDA_CPU_FIELD_LOCATION |
Definition at line 17 of file cuda_color_spinor_field.cu.
| #define REORDER_SPINOR_FIELD | ( | DST, | |
| SRC, | |||
| dst, | |||
| src, | |||
| myNs, | |||
| loc | |||
| ) |
Definition at line 420 of file cuda_color_spinor_field.cu.
1.8.2