Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 14, 2025
1 parent c589392 commit a57c34d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iris-mpc-gpu/src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2502,6 +2502,12 @@ impl Circuits {
let test =
dtoh_on_stream_sync(&code_dots[0].b.slice(0..16), &self.devs[0], &streams[0]).unwrap();
tracing::warn!("code_dots.b: id: {} {:?}", self.prev_id, test);
let test =
dtoh_on_stream_sync(&mask_dots[0].a.slice(0..16), &self.devs[0], &streams[0]).unwrap();
tracing::warn!("mask_dots.a: id: {} {:?}", self.prev_id, test);
let test =
dtoh_on_stream_sync(&mask_dots[0].b.slice(0..16), &self.devs[0], &streams[0]).unwrap();
tracing::warn!("mask_dots.b: id: {} {:?}", self.prev_id, test);

assert_eq!(self.n_devices, code_dots.len());
assert_eq!(self.n_devices, mask_dots.len());
Expand Down

0 comments on commit a57c34d

Please sign in to comment.