1. 12 Apr, 2020 1 commit
    • [IR][TRANSFORM] Enable CopyOnWrite for passes. (#5309) · e4b80bda
      This PR enables the copy on write optimizations passes:
      - Enable COW for IRModule both TIR and relay passes.
      - Enabled COW for PrimFunc in TIR passes.
      
      Need more thoughts into whether/how to enable COW
      for relay::Function, due to some function passes depend
      on the presence of IRModule for context information,
      and the std::move of the related function to nullptr
      might affect the related behavior.
      Tianqi Chen committed
  2. 10 Apr, 2020 1 commit
  3. 06 Apr, 2020 1 commit
  4. 05 Apr, 2020 1 commit
  5. 03 Apr, 2020 1 commit
  6. 02 Apr, 2020 3 commits
  7. 01 Apr, 2020 1 commit
  8. 24 Mar, 2020 1 commit