Skip to content

Commit

Permalink
chore(gpu): disable 3_3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Sep 20, 2024
1 parent 0fdbe9f commit 7b90516
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tfhe/src/core_crypto/gpu/algorithms/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ macro_rules! create_gpu_multi_bit_parametrized_test{
create_gpu_multi_bit_parametrized_test!($name
{
MULTI_BIT_2_2_2_PARAMS,
MULTI_BIT_2_2_3_PARAMS,
MULTI_BIT_3_3_2_PARAMS,
MULTI_BIT_3_3_3_PARAMS
MULTI_BIT_2_2_3_PARAMS
});
};
}
Expand Down

0 comments on commit 7b90516

Please sign in to comment.