-
Notifications
You must be signed in to change notification settings - Fork 129
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
CompilerGym v0.2.5 #767
Merged
Merged
CompilerGym v0.2.5 #767
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
According to https://github.com/actions/download-artifact#permission-loss: ``` ❗ File permissions are not maintained during artifact upload ❗ ```
…ice_env_test enable `example_compiler_gym_service` unit tests in CI
Code style fixes
and also remove running examples during build-linux-cmake
On my local Linux VM, it seems that removing USES_TERMINAL solves the problem of that 3 hour hang after bazel build
…bazel-build Fix build hang by removing USES_TERMINAL from Programl Cmake command
Added support for loading URLs in CompilerEnvStateReader.read_paths()
It is very noisy otherwise.
This is to prevent an incompatibility between older versions of gym and importlib-metadata.
3 tasks
Addresses deprecation warnings from Github actions runner.
This is to fix a generic warning from gym library: UserWarning: WARN: The environment example-v0 is out of date. You should consider upgrading to version `v1` with the environment ID `example-v1`.
ChrisCummins
force-pushed
the
release/v0.2.5
branch
from
November 1, 2022 22:38
d6f9353
to
b98a52a
Compare
ChrisCummins
force-pushed
the
release/v0.2.5
branch
from
November 1, 2022 22:38
b98a52a
to
b927a61
Compare
Mitigates warnings: WARN: Overriding environment example-v1
At this point 3.6 is quite lagging in features and some of dependencies have dropped support for it.
ChrisCummins
force-pushed
the
release/v0.2.5
branch
from
November 2, 2022 00:42
34cd68d
to
24c7c30
Compare
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.
Release 0.2.5 (2022-11-01)
CompilerGym v0.2.5 adds a new LLVM dataset, two new observation spaces, and includes numerous updates and bug fixes.
Summary of Changes
LexedIr
andLexedIrTuple
, providing access to a sequence of IR tokens (#742, thanks @fivosts!).reset()
(#761), and an incorrect number of warm up runs were being performed (#717, thanks @lqwk!).CompilerEnvStateReader.read_paths()
(#692, thanks @thecoblack!).install-test
totest
and deprecated bazel test rules.TimeLimit
wrapper would interfere with benchmark iterator wrappers (#739, thanks @nluu175!).Credits
A huge thank you to all code contributors!
Full Changelog: v0.2.4...v0.2.5