• Lei Wang's avatar
    [Refactor] Rebase pipeline injector from upstream tvm (#687) · 73bf8346
    Lei Wang authored
    * [Enhancement] Introduce software pipeline rewriter and refactor buffer access handling
    
    - Added a new `PipelineOpaqueAccessRewriter` class to manage opaque buffer accesses in the software pipeline.
    - Refactored the `PipelineBodyRewriter` to utilize the new rewriter for improved buffer access handling.
    - Enhanced the `PipelineRewriter` to support additional fragment information and streamline pipeline construction.
    - Updated tests to reflect changes in buffer management and access patterns, ensuring compatibility with the new structure.
    - Removed obsolete code related to previous buffer access methods for clarity and maintainability.
    
    * test fix
    73bf8346
test_tilelang_gemm_mfma_intrinsic.py 7.72 KB