1. 20 Mar, 2020 1 commit
    • [TIR][TARGET] Refactor Target codegen to use IRModule and PrimFunc. (#5107) · 841725cc
      As part of the unified IR refactor.
      This PR refactors the target codegen to use IRModule containing tir::PrimFuncs.
      
      In order to break the refactor into several steps without breaking the codebase,
      we built an conversion pass to convert Array<LoweredFunc> into IRModule.
      
      The follow-up refactors will gradually move the passes covered by IRModule up
      until we cover all the passes. Then we can remove the additional redundant
      concepts such as LoweredFunc.
      Tianqi Chen committed
  2. 19 Mar, 2020 4 commits
  3. 18 Mar, 2020 7 commits
  4. 17 Mar, 2020 4 commits
  5. 16 Mar, 2020 4 commits
  6. 15 Mar, 2020 4 commits
  7. 14 Mar, 2020 2 commits
  8. 13 Mar, 2020 7 commits
  9. 12 Mar, 2020 7 commits