Skip to content

Commit

Permalink
Add CI runs for Kyber A55 NTT, sqmag and FFT
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Mar 15, 2024
1 parent bd6079c commit 507a6fb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_script_basic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Basic optimization scripts
on:
pull_request:
branches: [ "main" ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |
python -m pip install -r requirements.txt
- name: Run examples
run: |
(cd paper/scripts && ./slothy_sqmag.sh && ./slothy_fft.sh)
15 changes: 15 additions & 0 deletions .github/workflows/test_script_kyber_ntt_a55.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Kyber NTT Cortex-A55
on:
pull_request:
branches: [ "main" ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |
python -m pip install -r requirements.txt
- name: Run examples
run: |
(cd paper/scripts && ./slothy_kyber_ntt_a55.sh)

0 comments on commit 507a6fb

Please sign in to comment.