Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ current
Method
current
python/tvm/ir/transform.py:127–129 ·
view source on GitHub ↗
Return the current pass context.
()
Source
from the content-addressed store, hash-verified
125
126
@staticmethod
127
def
current():
128
""
"Return the current pass context."
""
129
return
_ffi_transform_api.GetCurrentPassContext()
130
131
@staticmethod
132
def
list_configs():
Callers
15
transform_function
Method · 0.45
_is_sm100_or_higher
Function · 0.45
codegen_build
Function · 0.45
build
Function · 0.45
_pipeline
Function · 0.45
_current_s_tir
Function · 0.45
is_target
Function · 0.45
ceil_log2
Function · 0.45
_can_use_scan_thrust
Function · 0.45
exclusive_scan_ir
Function · 0.45
ir
Function · 0.45
_sort_init
Function · 0.45
Calls
no outgoing calls
Tested by
11
test_nested_context
Function · 0.36
test_block_builder_scope_recovery
Function · 0.36
apply_instrument_well_formed
Function · 0.36
verify
Function · 0.36
preprocess_pipeline
Function · 0.36
build_tir_func
Function · 0.36
test_ir_builder_scope
Function · 0.36
test_ir_builder_multi_scope
Function · 0.36
test_ir_builder_no_scope
Function · 0.36
test_meta_schedule_no_context
Function · 0.36
test_meta_schedule_pydatabase_current
Function · 0.36