QUDA v0.3.2
A library for QCD on GPUs
Defines | Functions | Variables

quda/tests/staggered_invert_test.cpp File Reference

#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <math.h>
#include <test_util.h>
#include <blas_reference.h>
#include <staggered_dslash_reference.h>
#include <quda.h>
#include <string.h>
#include "misc.h"

Go to the source code of this file.

Defines

#define mySpinorSiteSize   6
#define NUM_OFFSETS   4

Functions

template<typename Float >
void constructSpinorField (Float *res)
void display_test_info ()
void usage (char **argv)
int main (int argc, char **argv)

Variables

int device = 0
QudaReconstructType link_recon = QUDA_RECONSTRUCT_12
QudaPrecision prec = QUDA_SINGLE_PRECISION
QudaPrecision cpu_prec = QUDA_DOUBLE_PRECISION
QudaReconstructType link_recon_sloppy = QUDA_RECONSTRUCT_INVALID
QudaPrecision prec_sloppy = QUDA_INVALID_PRECISION
int V

Define Documentation

#define mySpinorSiteSize   6

Definition at line 13 of file staggered_invert_test.cpp.

#define NUM_OFFSETS   4

Function Documentation

template<typename Float >
void constructSpinorField ( Float *  res)

Definition at line 32 of file staggered_invert_test.cpp.

void display_test_info ( )

Definition at line 324 of file staggered_invert_test.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 354 of file staggered_invert_test.cpp.

void usage ( char **  argv)

Definition at line 338 of file staggered_invert_test.cpp.


Variable Documentation

QudaPrecision cpu_prec = QUDA_DOUBLE_PRECISION

Definition at line 18 of file staggered_invert_test.cpp.

int device = 0

Definition at line 15 of file staggered_invert_test.cpp.

QudaReconstructType link_recon = QUDA_RECONSTRUCT_12

Definition at line 16 of file staggered_invert_test.cpp.

QudaReconstructType link_recon_sloppy = QUDA_RECONSTRUCT_INVALID

Definition at line 20 of file staggered_invert_test.cpp.

QudaPrecision prec = QUDA_SINGLE_PRECISION

Definition at line 17 of file staggered_invert_test.cpp.

QudaPrecision prec_sloppy = QUDA_INVALID_PRECISION

Definition at line 21 of file staggered_invert_test.cpp.

int V

Definition at line 5 of file force_kernel_common.cu.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines