[TIR] Introduce tir::PrimFunc (#5070)
This PR introduces tir::PrimFunc which will be used as the TIR function container in the unified IR. Also streamlined the function attributes a bit further. - All common attributes are under tvm::attr - TIR specific attributes are under tvm::tir::attr and comes with a tir prefix - Use stl_style for attributes for now
Showing
include/tvm/tir/function.h
0 → 100644
python/tvm/ir/function.py
0 → 100644
python/tvm/tir/function.py
0 → 100644
src/tir/ir/function.cc
0 → 100644
Please
register
or
sign in
to comment