|
QUDA
v0.5.0
A library for QCD on GPUs
|
Functions | |
| template<typename FloatN , int N, typename Input > | |
| __global__ void | copyKernel (Output Y, Input X, int length) |
| __global__ void | cutKernel (Output Y, Input X, int length, int dim[4]) |
| __global__ void quda::quda::copyKernel | ( | Output | Y, |
| Input | X, | ||
| int | length | ||
| ) |
Definition at line 19 of file extend_compress.cu.
| __global__ void quda::quda::cutKernel | ( | Output | Y, |
| Input | X, | ||
| int | length, | ||
| int | dim[4] | ||
| ) |
Definition at line 32 of file extend_compress.cu.
| int quda::quda::stride |
Definition at line 15 of file extend_compress.cu.
| int quda::quda::x[QUDA_MAX_DIM] |
Definition at line 14 of file extend_compress.cu.
1.8.2