QUDA v0.4.0
A library for QCD on GPUs
quda/include/hw_quda.h
Go to the documentation of this file.
00001 #ifndef _HW_QUDA_H
00002 #define _HW_QUDA_H
00003 
00004 #include <enum_quda.h>
00005 #include <quda_internal.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011   FullHw createHwQuda(int* X, QudaPrecision precision);
00012   void loadHwToGPU(FullHw ret, void* hw, QudaPrecision cpu_prec);  
00013   void freeHwQuda(FullHw hw);
00014     
00015 #ifdef __cplusplus
00016 }
00017 #endif
00018 
00019 #endif // _HW_QUDA_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines