mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore: fix whitespace in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -808,7 +808,7 @@ test_integer_hpu_ci: install_rs_check_toolchain install_cargo_nextest
|
|||||||
test_integer_hpu_mockup_ci: install_rs_check_toolchain install_cargo_nextest
|
test_integer_hpu_mockup_ci: install_rs_check_toolchain install_cargo_nextest
|
||||||
source ./setup_hpu.sh --config sim ; \
|
source ./setup_hpu.sh --config sim ; \
|
||||||
cargo build --release --bin hpu_mockup; \
|
cargo build --release --bin hpu_mockup; \
|
||||||
coproc target/release/hpu_mockup --params mockups/tfhe-hpu-mockup/params/tuniform_64b_pfail64_psi64.toml > mockup.log; \
|
coproc target/release/hpu_mockup --params mockups/tfhe-hpu-mockup/params/tuniform_64b_pfail64_psi64.toml > mockup.log; \
|
||||||
HPU_TEST_ITER=1 \
|
HPU_TEST_ITER=1 \
|
||||||
cargo test --profile devo -p tfhe --features hpu --test hpu -- u32 && \
|
cargo test --profile devo -p tfhe --features hpu --test hpu -- u32 && \
|
||||||
kill %1
|
kill %1
|
||||||
@@ -817,7 +817,7 @@ test_integer_hpu_mockup_ci: install_rs_check_toolchain install_cargo_nextest
|
|||||||
test_integer_hpu_mockup_ci_fast: install_rs_check_toolchain install_cargo_nextest
|
test_integer_hpu_mockup_ci_fast: install_rs_check_toolchain install_cargo_nextest
|
||||||
source ./setup_hpu.sh --config sim ; \
|
source ./setup_hpu.sh --config sim ; \
|
||||||
cargo build --profile devo --bin hpu_mockup; \
|
cargo build --profile devo --bin hpu_mockup; \
|
||||||
coproc target/devo/hpu_mockup --params mockups/tfhe-hpu-mockup/params/tuniform_64b_fast.toml > mockup.log; \
|
coproc target/devo/hpu_mockup --params mockups/tfhe-hpu-mockup/params/tuniform_64b_fast.toml > mockup.log; \
|
||||||
HPU_TEST_ITER=1 \
|
HPU_TEST_ITER=1 \
|
||||||
cargo test --profile devo -p tfhe --features hpu --test hpu -- u32 && \
|
cargo test --profile devo -p tfhe --features hpu --test hpu -- u32 && \
|
||||||
kill %1
|
kill %1
|
||||||
|
|||||||
Reference in New Issue
Block a user