Skip to content

Commit

Permalink
Add arm-native build and test on Ubuntu
Browse files Browse the repository at this point in the history
We can run arm natively with github-action.
Test fp16 natively on arm machines!

Signed-off-by: MyungJoo Ham <[email protected]>
  • Loading branch information
myungjoo committed Jan 23, 2025
1 parent 091c496 commit 2f3da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_clean_meson_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm ]
meson_options: [ "-Denable-fp16=false", "-Denable-fp16=true" ]

steps:
Expand Down

0 comments on commit 2f3da1c

Please sign in to comment.