fixed some paths
This commit is contained in:
@ -34,7 +34,7 @@ namespace amscuda
|
||||
|
||||
};
|
||||
|
||||
#include <amsculib2/amscu_cudafunctions_impl.hpp>
|
||||
#include <amsculib3/amscu_cudafunctions_impl.hpp>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -42,6 +42,6 @@ void test_cuarray();
|
||||
|
||||
};
|
||||
|
||||
#include <amsculib2/amscuarray_impl.hpp>
|
||||
#include <amsculib3/amscuarray_impl.hpp>
|
||||
|
||||
#endif
|
||||
@ -68,7 +68,7 @@ namespace amscuda
|
||||
|
||||
};
|
||||
|
||||
#include <amsculib2/amscuarray_dops_impl.hpp>
|
||||
#include <amsculib3/amscuarray_dops_impl.hpp>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ template<typename T> int fread_buffer(FILE *fp, const int Nmax, const T *buffer)
|
||||
|
||||
}; //end namespace amscuda
|
||||
|
||||
#include <amsculib2/amscuda_binarrrw_impl.hpp>
|
||||
#include <amsculib3/amscuda_binarrrw_impl.hpp>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user