Skip to content

Commit

Permalink
chore(gpu): remove stream sync in broadcast lut
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Dec 12, 2024
1 parent 25f4e5f commit 6feaf49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ template <typename Torus> struct int_radix_lut {
cuda_memcpy_async_gpu_to_gpu(dst_lut_indexes, src_lut_indexes,
num_blocks * sizeof(Torus), streams[i],
gpu_indexes[i]);
cuda_synchronize_stream(streams[i], gpu_indexes[i]);
}
}
}
Expand Down

0 comments on commit 6feaf49

Please sign in to comment.