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