Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 729 Bytes

File metadata and controls

17 lines (14 loc) · 729 Bytes

Release 0.1.1 (2020-12-28)

  • Expose the package version through compiler_gym.__version__, and the compiler version through CompilerEnv.compiler_version.
  • Add a notebook version of the "Getting Started" guide that can be run in colab.
  • [llvm] Reformulate reward signals to be cumulative.
  • [llvm] Add a new reward signal based on the size of the .text section of compiled object files.
  • [llvm] Add a LlvmEnv.make_benchmark() API for easily constructing custom benchmarks for use in environments.
  • Numerous bug fixes and improvements.

Release 0.1.0 (2020-12-21)

Initial release.