-
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 #773
Merged
Merged
CompilerGym v0.2.5 #773
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
[docs] Update copyright, terms of use, and privacy policy.
[docs] Bump the theme version for updated GA tracking.
This adds a `resend_on_reset` flag to the `send_params()` method that enables parameters to be resent immediately after a service is reset. This is required by the LLVM environment to ensure that the runtime observation parameters are sent before the reward space is reset. Fixes #756.
These are typically raised from transative dependencies.
The __slots__ attribute is not compatible with copy() operator. Fixes #768.
These tests require extra build steps which are performed in the regular examples jobs.
This is to prevent an incompatibility between older versions of gym and importlib-metadata.
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`.
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.
CompilerGym v0.2.5
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
Nov 2, 2022
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