tvm
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tvm::tirx::ScopeIdDefStmtNode Class Reference

Standalone statement that declares a scope-id binding (e.g. cta_id, warp_id, lane_id). Carries a ScopeIdDef value. More...

#include <stmt.h>

Inheritance diagram for tvm::tirx::ScopeIdDefStmtNode:
Collaboration diagram for tvm::tirx::ScopeIdDefStmtNode:

Public Member Functions

 TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tirx.ScopeIdDefStmt", ScopeIdDefStmtNode, StmtNode)
 
- Public Member Functions inherited from tvm::tirx::StmtNode
 StmtNode ()=default
 
 StmtNode (Span span)
 
 TVM_FFI_DECLARE_OBJECT_INFO ("tirx.Stmt", StmtNode, ffi::Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::tirx::StmtNode
static void RegisterReflection ()
 

Public Attributes

ScopeIdDef def
 The scope-id definition (Vars + extents + binding). More...
 
- Public Attributes inherited from tvm::tirx::StmtNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Additional Inherited Members

- Static Public Attributes inherited from tvm::tirx::StmtNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 15
 

Detailed Description

Standalone statement that declares a scope-id binding (e.g. cta_id, warp_id, lane_id). Carries a ScopeIdDef value.

Each declaration is a flat stmt within the device-region body. The declared Var\ s are visible in subsequent stmts in the same enclosing scope (the AttrStmt kDeviceEntry body), analogous to BindNode.

Member Function Documentation

◆ RegisterReflection()

static void tvm::tirx::ScopeIdDefStmtNode::RegisterReflection ( )
inlinestatic

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::tirx::ScopeIdDefStmtNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "tirx.ScopeIdDefStmt"  ,
ScopeIdDefStmtNode  ,
StmtNode   
)

Member Data Documentation

◆ def

ScopeIdDef tvm::tirx::ScopeIdDefStmtNode::def

The scope-id definition (Vars + extents + binding).


The documentation for this class was generated from the following file: