tvm
Classes | Namespaces
block_dependence_info.h File Reference

Define BlockDependenceInfoNode that uses the BlockScope and StmtSRef objects to store the block level dependences. More...

#include <tvm/tir/block_scope.h>
#include <unordered_map>
Include dependency graph for block_dependence_info.h:

Go to the source code of this file.

Classes

class  tvm::tir::BlockDependenceInfoNode
 An object that helps build and query block level dependences using the 2 core objects BlockScope and StmtSRef. More...
 
class  tvm::tir::BlockDependenceInfo
 Managed reference to BlockDependenceInfoNode. More...
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::tir
 

Detailed Description

Define BlockDependenceInfoNode that uses the BlockScope and StmtSRef objects to store the block level dependences.

See also
BlockDependenceInfoNode