File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tfhe-benchmark/benches/integer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ clippy_hpu_backend: install_rs_check_toolchain
515
515
-p tfhe-hpu-backend -- --no-deps -D warnings
516
516
517
517
.PHONY : clippy_hpu_mockup # Run clippy lints on tfhe-hpu-mockup
518
- clippy_hpu : install_rs_check_toolchain
518
+ clippy_hpu_mockup : install_rs_check_toolchain
519
519
RUSTFLAGS=" $( RUSTFLAGS) " cargo " $( CARGO_RS_CHECK_TOOLCHAIN) " clippy \
520
520
--all-targets \
521
521
-p tfhe-hpu-backend -- --no-deps -D warnings
@@ -1110,7 +1110,7 @@ check_md_links: install_mlc
1110
1110
1111
1111
.PHONY : check_parameter_export_ok # Checks exported "current" shortint parameter module is correct
1112
1112
check_parameter_export_ok :
1113
- python3 ./scripts/check_current_param_export.py
1113
+ python3.11 ./scripts/check_current_param_export.py
1114
1114
1115
1115
.PHONY : check_compile_tests # Build tests in debug without running them
1116
1116
check_compile_tests : install_rs_build_toolchain
Original file line number Diff line number Diff line change @@ -3126,7 +3126,7 @@ mod hpu {
3126
3126
fn [ < default_hpu_ $iop: lower >] ( c: & mut Criterion ) {
3127
3127
bench_hpu_iop_clean_inputs(
3128
3128
c,
3129
- concat!( "integer::hpu::scalar:: " , stringify!( $iop) ) ,
3129
+ concat!( "integer::hpu::scalar_ " , stringify!( $iop) ) ,
3130
3130
stringify!( $name) ,
3131
3131
& hpu_asm:: iop:: [ < IOP_ $iop: upper >] ,
3132
3132
)
You can’t perform that action at this time.
0 commit comments