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

quda/tests/pack_test.cpp File Reference

#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <quda_internal.h>
#include <gauge_quda.h>
#include <util_quda.h>
#include <test_util.h>
#include <wilson_dslash_reference.h>
#include <color_spinor_field.h>
#include <blas_quda.h>

Go to the source code of this file.

Functions

void init ()
void end ()
void packTest ()
int main (int argc, char **argv)

Variables

QudaGaugeParam param
FullGauge cudaGauge
cudaColorSpinorFieldcudaSpinor
void * qdpGauge [4]
void * cpsGauge
cpuColorSpinorFieldspinor
cpuColorSpinorFieldspinor2
ColorSpinorParam csParam
float kappa = 1.0
int ODD_BIT = 0
int DAGGER_BIT = 0

Function Documentation

void end ( void  )

Definition at line 83 of file pack_test.cpp.

void init ( )

Definition at line 29 of file pack_test.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 144 of file pack_test.cpp.

void packTest ( )

Definition at line 94 of file pack_test.cpp.


Variable Documentation

void* cpsGauge

Definition at line 20 of file pack_test.cpp.

Definition at line 23 of file pack_test.cpp.

Definition at line 16 of file pack_test.cpp.

Definition at line 17 of file pack_test.cpp.

int DAGGER_BIT = 0

Definition at line 27 of file pack_test.cpp.

float kappa = 1.0

Definition at line 25 of file pack_test.cpp.

int ODD_BIT = 0

Definition at line 26 of file pack_test.cpp.

Definition at line 15 of file pack_test.cpp.

void* qdpGauge[4]

Definition at line 19 of file pack_test.cpp.

Definition at line 21 of file pack_test.cpp.

Definition at line 21 of file pack_test.cpp.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines