tvm
Classes | Namespaces
sblock_dependence_info.h File Reference

Define SBlockDependenceInfoNode that uses the SBlockScope and StmtSRef objects to store the block level dependences. More...

#include <tvm/ffi/reflection/registry.h>
#include <tvm/s_tir/sblock_scope.h>
#include <unordered_map>
Include dependency graph for sblock_dependence_info.h:

Go to the source code of this file.

Classes

class  tvm::tirx::SBlockDependenceInfoNode
 An object that helps build and query block level dependences using the 2 core objects SBlockScope and StmtSRef. More...
 
class  tvm::tirx::SBlockDependenceInfo
 Managed reference to SBlockDependenceInfoNode. More...
 

Namespaces

 tvm
 An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
 
 tvm::tirx
 

Detailed Description

Define SBlockDependenceInfoNode that uses the SBlockScope and StmtSRef objects to store the block level dependences.

See also
SBlockDependenceInfoNode