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

CompilerGym v0.2.5 #773

Merged
merged 56 commits into from
Nov 2, 2022
Merged

CompilerGym v0.2.5 #773

merged 56 commits into from
Nov 2, 2022

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    0ed3447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f808c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    cd3b124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f4ab6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #701 from ChrisCummins/fix/tos

    [docs] Update copyright, terms of use, and privacy policy.
    ChrisCummins authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8d397ef View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    ef83d9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #710 from ChrisCummins/feature/ga-stable

    [docs] Bump the theme version for updated GA tracking.
    ChrisCummins authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ed9107d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. removing test_jotai.py

    canesche committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f76263a View commit details
    Browse the repository at this point in the history
  2. removing TODOs

    canesche committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    4c300eb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    79e6a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b19da4 View commit details
    Browse the repository at this point in the history
  3. Correction benchmark

    canesche committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d5441b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1deb2df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3c6524 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    b83b056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d3d7d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    b0cf6cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0370aeb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    c11d53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66ab79 View commit details
    Browse the repository at this point in the history
  3. adding darwin manifest url

    canesche committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a65d25c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    ac1b52d View commit details
    Browse the repository at this point in the history
  2. [llvm] Fix the number of runtime observations in reward reset.

    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.
    ChrisCummins committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6fa1b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    8299a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d406c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a364852 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f82089f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. [tests] Filter deprecation warnings.

    These are typically raised from transative dependencies.
    ChrisCummins committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    17348dd View commit details
    Browse the repository at this point in the history
  2. Remove use of __slots__ in classes.

    The __slots__ attribute is not compatible with copy() operator.
    
    Fixes #768.
    ChrisCummins committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    685abce View commit details
    Browse the repository at this point in the history
  3. [ci] Don't run unrolling service tests during build.

    These tests require extra build steps which are performed in the
    regular examples jobs.
    ChrisCummins committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    027b58d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    741d745 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aec7cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45a4147 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    795ca79 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Permit gym v0.21.

    ChrisCummins committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3142419 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    ef23178 View commit details
    Browse the repository at this point in the history
  2. Pin importlib-metadata version for python < 3.8.

    This is to prevent an incompatibility between older versions of gym
    and importlib-metadata.
    ChrisCummins committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    cf039b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97fc5aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f84761 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. [ci] Update actions to node v16 from v12.

    Addresses deprecation warnings from Github actions runner.
    ChrisCummins committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f001059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142ac8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae85a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27865a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3351f9a View commit details
    Browse the repository at this point in the history
  6. [examples] Rename example-v0 to example-v1.

    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 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3f6b286 View commit details
    Browse the repository at this point in the history
  7. CompilerGym v0.2.5.

    ChrisCummins committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b927a61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b36af8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    160e883 View commit details
    Browse the repository at this point in the history
  10. Rename example-v1 to compiler-example-v0.

    Mitigates warnings:
    
        WARN: Overriding environment example-v1
    ChrisCummins committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a664d33 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    c436418 View commit details
    Browse the repository at this point in the history
  2. Drop support for Python 3.6.

    At this point 3.6 is quite lagging in features and some of
    dependencies have dropped support for it.
    ChrisCummins committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a48c9f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c7c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d8ae50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ac9284 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd26fd5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #767 from facebookresearch/release/v0.2.5

    CompilerGym v0.2.5
    ChrisCummins authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    64bdd6c View commit details
    Browse the repository at this point in the history