mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
f
This commit is contained in:
4
.github/workflows/aws_tfhe_fast_tests.yml
vendored
4
.github/workflows/aws_tfhe_fast_tests.yml
vendored
@@ -65,6 +65,10 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
default: true
|
||||
|
||||
- name: Install just
|
||||
run: |
|
||||
cargo install just
|
||||
|
||||
- name: Run concrete-csprng tests
|
||||
run: |
|
||||
|
||||
6
.github/workflows/boolean_benchmark.yml
vendored
6
.github/workflows/boolean_benchmark.yml
vendored
@@ -57,7 +57,11 @@ jobs:
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
|
||||
- name: Install just
|
||||
run: |
|
||||
cargo install just
|
||||
|
||||
- name: Run benchmarks with AVX512
|
||||
run: |
|
||||
just AVX512_SUPPORT=ON bench_boolean
|
||||
|
||||
Reference in New Issue
Block a user