1 #ifndef OCL_PROTOTYPE_H 2 #define OCL_PROTOTYPE_H 6 #if defined(__cplusplus) && !defined(_MSC_VER) 10 #if defined(__cplusplus) && !defined(_MSC_VER) 22 int A_nrows,
int A_ncols,
int B_ncols);
28 int A_nrows,
int A_ncols,
int B_ncols);
33 #endif // OCL_PROTOTYPE_H unsigned int gpuword
a GPU word has 32 bits
mzd_t * proto_bool_mul_m4rm(mzd_t *Cm, mzd_t const *Am, mzd_t const *Bm, int k)
void proto_mul_cubic(gpuword *C, const gpuword *A, const gpuword *B, int A_nrows, int A_ncols, int B_ncols)
int nblocks(mzd_t const *A)
int adjust_k(int k, rci_t A_nrows)
void proto_mul_m4rm(gpuword *C, const gpuword *A, const gpuword *B, int k, int A_nrows, int A_ncols, int B_ncols)
mzd_t * proto_bool_mul_cubic(mzd_t *Cm, mzd_t const *Am, mzd_t const *Bm, int)