|
| | analysis.h |
| | Analysis utilities for Schedulable TensorIR (S-TIR).
|
| |
| | data_layout.h |
| | SLayout expression to describe the data organization of a tensor. And SBijectiveLayout to mapping two data layouts between each other.
|
| |
| | random_engine.h |
| | Random number generator. It provides a generic interface consistent with std::uniform_random_bit_generator
|
| |
| | sblock_dependence_info.h |
| | Define SBlockDependenceInfoNode that uses the SBlockScope and StmtSRef objects to store the block level dependences.
|
| |
| | sblock_scope.h |
| | Definition of two pillar data structure for TensorIR scheduling: StmtSRef, SBlockScope.
|
| |
| | stmt.h |
| | S-TIR (Schedulable TIR) statement attribute declarations.
|
| |
| | transform.h |
| | S-TIR specific transformation passes.
|
| |
| | utils.h |
| |