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
- [llvm] Added two new observation spaces,
LexedIrandLexedIrTuple, providing access to a sequence of IR tokens (#742, thanks @fivosts!). - [llvm] Added the...