Skip to content

Commit

Permalink
dbg: log view sizes (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl authored Sep 21, 2024
1 parent 57b787e commit 07ed145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.7.8"
image: "ghcr.io/worldcoin/iris-mpc:v0.7.9"

environment: stage
replicaCount: 1
Expand Down
5 changes: 5 additions & 0 deletions iris-mpc-gpu/src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,11 @@ impl Circuits {
streams: &[CudaStream],
) {
assert_eq!(res.len(), self.n_devices);
tracing::info!(
"send_receive_view_with_offset: {:?} {}",
range,
range.len() * 8
);

let send_bufs = res
.iter()
Expand Down

0 comments on commit 07ed145

Please sign in to comment.