This commit is contained in:
Felix Marty 2024-01-25 16:15:28 +00:00 committed by OlivierDehaene
parent 145c2d6d6e
commit da002794b2

View File

@ -166,7 +166,7 @@ void gemm_half_q_half_cuda
//half* val = temp_dq + (size_n * size_k - 1) * sizeof(half); //half* val = temp_dq + (size_n * size_k - 1) * sizeof(half);
//half* val = temp_dq + 1; //half* val = temp_dq + 1;
// half* my_val_host; half* my_val_host;
cudaError_t error = cudaGetLastError(); cudaError_t error = cudaGetLastError();
if (error != cudaSuccess) if (error != cudaSuccess)