CompilerGym v0.2.3
This release brings in deprecating changes to the core env.step() routine, and lays the groundwork for enabling new types of compiler optimizations to be exposed through CompilerGym. Many thanks to code contributors: @mostafaelhoushi, @sogartar, @KyleHerndon, @uduse, @parthchadha, and @xtremey!
Highlights of this release include:
- Added a new
TextSizeInBytesobservation space for LLVM (#575).
- Added a new PPO leaderboard entry (#580). Thanks @xtremey!
- Fixed a bug in which temporary directories created by the LLVM environment were not cleaned up ().