mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(hpu): update hpu integer bench scalar op names
This commit is contained in:
committed by
Pierre Gardrat
parent
46c6adb0dc
commit
6fe24c6ab3
@@ -3032,7 +3032,7 @@ mod hpu {
|
||||
fn [< default_hpu_ $iop:lower >](c: &mut Criterion) {
|
||||
bench_hpu_iop_clean_inputs(
|
||||
c,
|
||||
concat!("integer::hpu::scalar::", stringify!($iop)),
|
||||
concat!("integer::hpu::scalar_", stringify!($iop)),
|
||||
stringify!($name),
|
||||
&hpu_asm::iop::[< IOP_ $iop:upper >],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user