-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add support for running CompilerGym environments from docker containers #424
Merged
ChrisCummins
merged 12 commits into
facebookresearch:development
from
ChrisCummins:docker
Sep 27, 2021
Merged
Add support for running CompilerGym environments from docker containers #424
ChrisCummins
merged 12 commits into
facebookresearch:development
from
ChrisCummins:docker
Sep 27, 2021
Conversation
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
Codecov Report
@@ Coverage Diff @@
## development #424 +/- ##
===============================================
- Coverage 87.29% 87.28% -0.02%
===============================================
Files 100 100
Lines 5746 5763 +17
===============================================
+ Hits 5016 5030 +14
- Misses 730 733 +3
Continue to review full report at Codecov.
|
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Sep 23, 2021
ChrisCummins
force-pushed
the
docker
branch
7 times, most recently
from
September 23, 2021 14:01
0b2f780
to
ad52816
Compare
ChrisCummins
changed the title
🏗️ WIP: Add support for running CompilerGym environments from docker containers
Add support for running CompilerGym environments from docker containers
Sep 23, 2021
This can be useful for debugging services: $ COMPILER_GYM_DEBUG=4 python -m compiler_gym.bin.service --env=llvm-v0 --run_on_port=8000 Issue facebookresearch#318.
ChrisCummins
force-pushed
the
docker
branch
from
September 23, 2021 15:20
1dad418
to
ee42fd5
Compare
This was referenced Sep 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a
chriscummins/compiler_gym
docker image that consists of a pre-configured CompilerGym install in a Python 3.8 Linux environment. Changes required to implement this:Benchmark.from_file()
compatible with distributed services.--service
and--local_service_bin
flags.--run_on_port
flag tocompiler_gym.bin.service
.