diff --git a/.github/workflows/benchmark_gpu_integer_full.yml b/.github/workflows/benchmark_gpu_integer_full.yml index 5f544c9cf..ea06e18ec 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 e9e579ed1..284411818 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!(