|
QUDA
1.0.0
|
#include <typeinfo>#include <quda_internal.h>#include <lattice_field.h>#include <color_spinor_field.h>#include <gauge_field.h>#include <clover_field.h>
Go to the source code of this file.
Namespaces | |
| quda | |
Functions | |
| std::ostream & | quda::operator<< (std::ostream &output, const LatticeFieldParam ¶m) |
| QudaFieldLocation | quda::reorder_location () |
| Return whether data is reordered on the CPU or GPU. This can set at QUDA initialization using the environment variable QUDA_REORDER_LOCATION. More... | |
| void | quda::reorder_location_set (QudaFieldLocation reorder_location_) |
| Set whether data is reorderd on the CPU or GPU. This can set at QUDA initialization using the environment variable QUDA_REORDER_LOCATION. More... | |
Variables | |
| static QudaFieldLocation | quda::reorder_location_ = QUDA_CUDA_FIELD_LOCATION |
1.8.13