From 7b90516d611019dbaacb45e03064491e7a1eb5cb Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Wed, 18 Sep 2024 16:42:45 +0200 Subject: [PATCH] chore(gpu): disable 3_3 tests --- tfhe/src/core_crypto/gpu/algorithms/test/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tfhe/src/core_crypto/gpu/algorithms/test/mod.rs b/tfhe/src/core_crypto/gpu/algorithms/test/mod.rs index 779a419702..cce8ee9a90 100644 --- a/tfhe/src/core_crypto/gpu/algorithms/test/mod.rs +++ b/tfhe/src/core_crypto/gpu/algorithms/test/mod.rs @@ -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 }); }; }