-
Tianqi Chen authored
* [CODEGEN] CUDA/OPENCL pipeline complete * Hide TVMType by str in frontend
Tianqi Chen authored* [CODEGEN] CUDA/OPENCL pipeline complete * Hide TVMType by str in frontend
README.md 269 B
Code organization
- api API functionr registration
- 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 Minimum runtime related codes.