Skip to content

Commit

Permalink
chore(gpu): add some scalar ops to dedup benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Sep 23, 2024
1 parent 3ff81c3 commit 934b5f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tfhe/benches/integer/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,9 @@ mod cuda {
cuda_max,
cuda_default_if_then_else,
cuda_ilog2,
cuda_scalar_mul,
cuda_scalar_div,
cuda_scalar_rem,
);

criterion_group!(
Expand Down

0 comments on commit 934b5f4

Please sign in to comment.