QUDA v0.4.0
A library for QCD on GPUs
|
#include <stdlib.h>
#include <stdio.h>
#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.
Defines | |
#define | CUDAMEMCPY(dst, src, size, type, stream) cudaMemcpy(dst, src, size, type) |
#define | LOAD_SPINOR_CPU_TO_GPU(myNs) |
#define | SAVE_SPINOR_GPU_TO_CPU(myNs) |
Functions | |
std::ostream & | operator<< (std::ostream &out, const cudaColorSpinorField &a) |
Variables | |
bool | kernelPackT |
#define CUDAMEMCPY | ( | dst, | |
src, | |||
size, | |||
type, | |||
stream | |||
) | cudaMemcpy(dst, src, size, type) |
Definition at line 16 of file cuda_color_spinor_field.cpp.
#define LOAD_SPINOR_CPU_TO_GPU | ( | myNs | ) |
#define SAVE_SPINOR_GPU_TO_CPU | ( | myNs | ) |
std::ostream& operator<< | ( | std::ostream & | out, |
const cudaColorSpinorField & | a | ||
) |
Definition at line 655 of file cuda_color_spinor_field.cpp.
bool kernelPackT |
Definition at line 61 of file dslash_quda.cu.