-
Tianqi Chen authored
* [RUNTIME] Add interface header of runtime * fix mac build
Tianqi Chen authored* [RUNTIME] Add interface header of runtime * fix mac build
README.md 264 B
Code organization
- c_api C API related functions
- lang The definition of DSL related data structure
- schedule The operations on the schedule graph before converting to IR.
- pass The optimization pass on the IR structure
- runtime The runtime related codes.