-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Preprocess Initial Simplifiy Attempt #2""
- Loading branch information
1 parent
ade4b4d
commit b634bed
Showing
61 changed files
with
2,912 additions
and
125 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.5 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
|
@@ -51,4 +51,4 @@ jobs: | |
# run: node -e "fetch('https://google.com')" | ||
|
||
- name: "Test the endpoint" | ||
run: node infra/testApi.mjs | ||
run: node infra/testApi.mjs |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -6,36 +6,6 @@ env: | |
RUST_BACKTRACE: full | ||
|
||
jobs: | ||
softposit: | ||
name: "Plugin tests (Posits)" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Install Packages" | ||
run: sudo apt-get install -y libmpfr6 libmpfr-dev | ||
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
default: true | ||
override: true | ||
components: rustfmt, clippy | ||
- uses: actions/checkout@master | ||
- name: "Install dependencies" | ||
run: make install | ||
- name: "Check out softposit-herbie master" | ||
uses: actions/checkout@master | ||
with: | ||
repository: herbie-fp/softposit-herbie | ||
path: plugin | ||
- name: "Install SoftPosit support" | ||
run: raco pkg install --no-cache --auto --name softposit-herbie plugin/ | ||
- name: "Run posit benchmarks" | ||
run: racket infra/travis.rkt --precision posit16 --seed 0 plugin/bench/posits.fpcore | ||
|
||
softposit-pherbie: | ||
name: "Plugin tests (Posits, Pherbie)" | ||
runs-on: ubuntu-latest | ||
|
@@ -45,7 +15,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.5 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Install Racket | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
|
||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
racket-version: [ '8.0', '8.7' ] | ||
racket-version: [ '8.2', '8.10' ] | ||
precision: [ 'binary32', 'binary64' ] | ||
steps: | ||
- name: "Install Packages" | ||
|
@@ -41,7 +41,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
@@ -61,7 +61,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: "Install Racket" | ||
uses: Bogdanp/[email protected] | ||
with: | ||
version: 8.7 | ||
version: 8.10 | ||
- name: Install Rust compiler | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
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
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
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
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
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
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
Oops, something went wrong.