* [TIR] Remove ProducerConsumer and AllocateNode::new_expr This PR removes two legacy IR parts in TIR that are deprecated. ProducerConsumer node only serves as a hint markup and may no longer be informative after extensive transformations in the pass. If necessary, we can add related info via AttrStmt. The new_expr field in the AllocateNode is deprecated since it can just be replaced by a LetStmt. - Remove dependencies of passes on ProducerConsumer. - Remove ProducerConsumer from the IR. - Remove the deprecated fields (new_expr, free_function) from AllocateNode. * Fix additional testcases
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
combine_context_call.cc | Loading commit data... | |
lower_custom_datatypes.cc | Loading commit data... | |
lower_device_storage_access_info.cc | Loading commit data... | |
lower_intrin.cc | Loading commit data... | |
lower_thread_allreduce.cc | Loading commit data... | |
lower_tvm_builtin.cc | Loading commit data... | |
lower_warp_memory.cc | Loading commit data... | |
make_packed_api.cc | Loading commit data... | |
narrow_datatype.cc | Loading commit data... | |
remap_thread_axis.cc | Loading commit data... | |
skip_assert.cc | Loading commit data... | |
split_host_device.cc | Loading commit data... | |
tensorcore_infer_fragment.cc | Loading commit data... | |
thread_storage_sync.cc | Loading commit data... |