working on comples64
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
class cuvect2;
|
||||
class cuvect3;
|
||||
class cuvect4;
|
||||
class cuvect2f;
|
||||
class cuvect3f;
|
||||
class cuvect4f;
|
||||
class cuvec2f;
|
||||
class cuvec3f;
|
||||
class cuvec4f;
|
||||
|
||||
//Need a way to define the same symbols using both host and device code
|
||||
//A solution was found here: https://stackoverflow.com/questions/9457572/cuda-host-and-device-using-same-constant-memory
|
||||
@ -46,8 +46,8 @@ namespace amscuda
|
||||
//Components
|
||||
#include <amsculib3/amscu_cudafunctions.hpp>
|
||||
#include <amsculib3/math/amscumath.hpp>
|
||||
#include <amsculib3/geom/amscugeom.hpp>
|
||||
|
||||
#include <amsculib3/amscugeom.hpp>
|
||||
#include <amsculib3/amscuarray.hpp>
|
||||
#include <amsculib3/amscuda_binarrrw.hpp>
|
||||
#include <amsculib3/amscu_random.hpp>
|
||||
|
||||
Reference in New Issue
Block a user