void gemm_half_q_half_cuda | |
( | |
cublasHandle_t cublas_handle, | |
const half* a, | |
QMatrix* b, | |
half* c, | |
int size_m, | |
int size_n, | |
int size_k, | |
bool clear = false, | |
half* reconstruct = NULL, | |
bool force_cuda = false | |
); | |
void clear_tensor_cuda | |
( | |
half* c, | |
int size_m, | |
int size_n | |
); | |