1. 21 Apr, 2020 4 commits
  2. 20 Apr, 2020 3 commits
  3. 19 Apr, 2020 4 commits
  4. 18 Apr, 2020 3 commits
  5. 17 Apr, 2020 6 commits
  6. 16 Apr, 2020 6 commits
  7. 15 Apr, 2020 13 commits
  8. 14 Apr, 2020 1 commit
    • [TIR] Refactor MakePackedAPI to target dependent stage. (#5326) · f08d5d78
      Previously MakePackedAPI was in the target independent stage,
      but never the less requires the device_type information that will be
      binded at a later target dependent stage.
      
      The previous implementation was due to the limitation of LoweredFunc
      which can not carry buffer_map info(so they have to be lowered right away).
      This is no longer the case after the unified IR refactor.
      
      This PR migrates MakePackedAPI to a target dependent stage
      and removes the un-necessary BindDevice pass.
      Tianqi Chen committed