Skip to content

Commit

Permalink
End-to-end multiply smoketest (#84)
Browse files Browse the repository at this point in the history
Closes #81 

Also includes an even wider multiply.
  • Loading branch information
gussmith23 committed Sep 23, 2024
1 parent d3df077 commit 9f82ca2
Show file tree
Hide file tree
Showing 29 changed files with 2,978 additions and 1,804 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/built-test-check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.LAKEROAD_PRIVATE_PAT }}

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lakeroad"]
path = lakeroad
url = git@github.com:uwsampl/lakeroad
118 changes: 107 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "325814fd90767b5e43c72bc2eb65e14ff0b8746c" }
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "757c52f6dcf8fe5b7b5eefb4bdc872ef70a5433a" }
log = "0.4.20"
egraph-serialize = "0.1"
rand = "0.8.4"
indexmap = "2.0.0"
clap = "4.5.8"
tempfile = "3.10.1"
env_logger = "0.11.5"
rpds = "1.1.0"
ordered-float = "3"
Loading

0 comments on commit 9f82ca2

Please sign in to comment.