mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix
This commit is contained in:
parent
145c2d6d6e
commit
da002794b2
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user