Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Dockerfile for bv-evaluation scripts #898

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexkeizer
Copy link
Collaborator

This adds a dockerfile that has the right dependencies to run the experiment scripts.

Mostly taken from the paper repo, except here I use the actual files from the checkout, rather than downloading a new clone of the repo, hence I moved it to the lean-mlir repository.

I also added a run-script.sh wrapper, that you can use as ./run-script.sh collect-data-llvm-symbolic.py to run the specified script inside a docker container (assuming the image was previously built, e.g., with make docker-image).

There is still some work left; primarily making sure whatever directories we use to output data to in the scripts are actually mounted to the host fs.

Copy link

Alive Statistics: 90 / 93 (3 failed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant