// !!! This is a file automatically generated by hipify!!! #include #ifndef _q_gemm_cuh #define _q_gemm_cuh #include #include #include #include #include #include "../hip/q_matrix.cuh" void gemm_half_q_half_cuda ( hipblasHandle_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 ); #endif