tvm
tirx Directory Reference
Directory dependency graph for tirx:

Directories

directory  script
 
directory  target_builtin
 

Files

file  analysis.h [code]
 Analysis utilities and passes for TIR.
 
file  async_structs.h [code]
 Language structures for asynchronous execution in TIR+.
 
file  buffer.h [code]
 Symbolic n-dimensional array, to represent a memory buffer.
 
file  builtin.h [code]
 TIR builtin intrinsics.
 
file  exec_context.h [code]
 Compile-time ExecContext state: the active thread set A as a TileLayout and the (inter, intra) split under the current scope kind, threaded through the IR walker so per-op lowerers see the precise execution shape at each site.
 
file  exec_scope.h [code]
 
file  expr.h [code]
 TIR expressions.
 
file  expr_functor.h [code]
 Functors for tirx expressions.
 
file  function.h [code]
 TIR Function.
 
file  index_map.h [code]
 Defines a remapping of buffer indices.
 
file  layout.h [code]
 Definition of layout.
 
file  op.h [code]
 Common operators defined for Expr.
 
file  op_attr_types.h [code]
 Attribute types in the Op registry for TIR ops.
 
file  predicate.h [code]
 
file  stmt.h [code]
 TIR statements.
 
file  stmt_functor.h [code]
 Functors for tirx stmts utility functions to call common functors.
 
file  tirx_op.h [code]
 TIRX built-in operators.
 
file  tirx_stmt.h [code]
 
file  transform.h [code]
 TIR specific transformation passes.
 
file  var.h [code]
 Variables in the TIR.