Skip to content

Commit

Permalink
chore(gpu): remove unchecked benchmarks and add ilog2 to dedup ops
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Sep 19, 2024
1 parent a6aa95c commit 8446bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_gpu_integer_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tfhe/benches/integer/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2036,6 +2036,7 @@ mod cuda {
cuda_gt,
cuda_max,
cuda_default_if_then_else,
cuda_ilog2,
);

criterion_group!(
Expand Down

0 comments on commit 8446bb5

Please sign in to comment.