QUDA
1.0.0
|
#include <stdlib.h>
#include <stdio.h>
#include <typeinfo>
#include <string.h>
#include <iostream>
#include <color_spinor_field.h>
#include <blas_quda.h>
#include <dslash_quda.h>
Go to the source code of this file.
Namespaces | |
quda | |
Functions | |
std::ostream & | quda::operator<< (std::ostream &out, const cudaColorSpinorField &a) |
Variables | |
static bool | zeroCopy = false |
cudaStream_t * | quda::stream |
static bool | quda::complete_recv_fwd [QUDA_MAX_DIM] = { } |
static bool | quda::complete_recv_back [QUDA_MAX_DIM] = { } |
static bool | quda::complete_send_fwd [QUDA_MAX_DIM] = { } |
static bool | quda::complete_send_back [QUDA_MAX_DIM] = { } |
|
static |
Definition at line 11 of file cuda_color_spinor_field.cpp.
Referenced by quda::cudaColorSpinorField::loadSpinorField(), and quda::cudaColorSpinorField::saveSpinorField().