-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from slothy-optimizer/refactorbuild
New build system
- Loading branch information
Showing
496 changed files
with
863 additions
and
581,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Build everything | ||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
- name: install dependencies | ||
run: sudo apt install gcc-arm-none-eabi | ||
- name: Make all | ||
run: | | ||
make -j$(nproc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Run tests on qemu platforms | ||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
- name: install dependencies | ||
run: sudo apt install gcc-arm-none-eabi qemu-system | ||
- name: Make all | ||
run: | | ||
make -j$(nproc) check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/build/ | ||
**/*.elf | ||
**/*.bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../slothy/examples/opt/fx_r4_fft/base_symbolic.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/naive/cmplx_mag_sqr/cmplx_mag_sqr_fx.s | ||
../../../slothy/examples/naive/cmplx_mag_sqr/cmplx_mag_sqr_fx.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M55_unroll1.s | ||
../../../slothy/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M55_unroll1.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M55_unroll2.s | ||
../../../slothy/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M55_unroll2.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M55_unroll4.s | ||
../../../slothy/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M55_unroll4.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M85_unroll1.s | ||
../../../slothy/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M85_unroll1.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M85_unroll2.s | ||
../../../slothy/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M85_unroll2.s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../helight/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M85_unroll4.s | ||
../../../slothy/examples/opt/cmplx_mag_sqr/cmplx_mag_sqr_fx_opt_M85_unroll4.s |
File renamed without changes.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.