QUDA
v1.1.0
A library for QCD on GPUs
|
#include <typeinfo>
#include <quda_internal.h>
#include <lattice_field.h>
#include <color_spinor_field.h>
#include <gauge_field.h>
#include <clover_field.h>
#include <shmem_helper.cuh>
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... | |