Joseph Redmon
2015-05-15 46e1b263e1f9a37da4df224b11937d2480eb27d9
src/blas.h
@@ -18,6 +18,6 @@
void copy_ongpu(int N, float * X, int INCX, float * Y, int INCY);
void copy_ongpu_offset(int N, float * X, int OFFX, int INCX, float * Y, int OFFY, int INCY);
void scal_ongpu(int N, float ALPHA, float * X, int INCX);
void mask_ongpu(int N, float * X, float * mask, float mod);
void mask_ongpu(int N, float * X, float * mask);
#endif
#endif