From 8446bb5d71b2aa30026368c2002c8a83a835aa5d Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Thu, 19 Sep 2024 10:44:20 +0200 Subject: [PATCH] chore(gpu): remove unchecked benchmarks and add ilog2 to dedup ops --- .github/workflows/benchmark_gpu_integer_full.yml | 2 +- tfhe/benches/integer/bench.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark_gpu_integer_full.yml b/.github/workflows/benchmark_gpu_integer_full.yml index 5f544c9cfe..ea06e18ec4 100644 --- a/.github/workflows/benchmark_gpu_integer_full.yml +++ b/.github/workflows/benchmark_gpu_integer_full.yml @@ -49,7 +49,7 @@ jobs: max-parallel: 1 matrix: command: [integer, integer_multi_bit] - op_flavor: [default, unchecked] + op_flavor: [default] # explicit include-based build matrix, of known valid options include: - os: ubuntu-22.04 diff --git a/tfhe/benches/integer/bench.rs b/tfhe/benches/integer/bench.rs index e9e579ed1a..284411818e 100644 --- a/tfhe/benches/integer/bench.rs +++ b/tfhe/benches/integer/bench.rs @@ -2036,6 +2036,7 @@ mod cuda { cuda_gt, cuda_max, cuda_default_if_then_else, + cuda_ilog2, ); criterion_group!(