mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 06:13:58 -05:00
fix(gpu): add missing sync before free in oprf
This commit is contained in:
@@ -129,6 +129,7 @@ template <typename Torus> struct int_grouped_oprf_memory {
|
||||
auto active_streams = streams.active_gpu_subset(num_blocks_to_process);
|
||||
luts->broadcast_lut(active_streams);
|
||||
|
||||
cuda_synchronize_stream(streams.stream(0), streams.gpu_index(0));
|
||||
free(h_corrections);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user