Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 13, 2025
1 parent 20b2cd6 commit ec1235d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions iris-mpc-gpu/src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,7 @@ impl Circuits {

// same as compare_threshold_masked_many, just via the functions used in the
// bucketing
// Just here for testing
pub fn compare_threshold_masked_many_bucket_functions(
&mut self,
code_dots: &[ChunkShareView<u16>],
Expand Down
4 changes: 2 additions & 2 deletions iris-mpc-gpu/tests/bucket_threshold.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(feature = "gpu_dependent")]
mod threshold_test {
mod bucket_threshold_test {
use cudarc::{
driver::{CudaDevice, CudaStream},
nccl::Id,
Expand Down Expand Up @@ -230,7 +230,7 @@ mod threshold_test {
}

#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
async fn test_threshold() -> eyre::Result<()> {
async fn test_bucket_threshold() -> eyre::Result<()> {
install_tracing();
env::set_var("NCCL_P2P_LEVEL", "LOC");
env::set_var("NCCL_NET", "Socket");
Expand Down

0 comments on commit ec1235d

Please sign in to comment.