Spaces:
Build error
Build error
// Workaround for hipify_python using rocblas instead of hipblas. | |
void q4_matmul_cuda | |
( | |
ExLlamaTuning* tuningParams, | |
const half* x, | |
const int x_height, | |
const Q4Matrix* w, | |
half* out, | |
bool no_zero = false, | |
cudaStream_t alt_stream = NULL | |
); | |
void q4_matmul_recons_cuda | |
( | |
ExLlamaTuning* tuningParams, | |
const half* x, | |
const int x_height, | |
Q4Matrix* w, | |
half* out, | |
const cublasHandle_t handle, | |
bool no_zero = false | |
); | |