1. 09 May, 2019 1 commit
    • [Relay][Runtime] Implementation of Relay VM (#2889) · 4332b0aa
      * Implement the virtual machine
      
      Co-Authored-By: wweic <ipondering.weic@gmail.com>
      
      * Fix rebase build issues
      
      * Reorganize vm.py and fix allocator bug
      
      * Remove compiler
      
      * Remove tests
      
      * Remove backend/vm/vm.cc too
      
      * Fix docs
      
      * Fix doc
      
      * Fix doc
      
      * Add vm docs
      
      * Remove change to dead_code.cc
      
      * Remove Relay logging
      
      * Remove reduce
      
      * Update include/tvm/runtime/vm.h
      
      Co-Authored-By: jroesch <roeschinc@gmail.com>
      
      * Reformat
      
      * Update include/tvm/runtime/vm.h
      
      Co-Authored-By: jroesch <roeschinc@gmail.com>
      
      * Address feedback
      
      * Update include/tvm/runtime/vm.h
      
      Co-Authored-By: jroesch <roeschinc@gmail.com>
      
      * Apply suggestions from code review
      
      Co-Authored-By: jroesch <roeschinc@gmail.com>
      
      * Fix a couple outstanding comments
      
      * Last couple comments
      
      * Update include/tvm/runtime/vm.h
      
      Co-Authored-By: jroesch <roeschinc@gmail.com>
      
      * Address code review feedback
      
      * Fix final comment
      
      * Address comments
      
      * Error reporting and example
      
      * add Const
      
      * Explicitly delete copy assignment operator
      
      * Fix rebase
      
      * Pass 3rd arg to fusion
      Jared Roesch committed
  2. 02 May, 2019 1 commit
    • [Relay][Runtime] Add memory manager for NDArray (#3121) · 83cb872e
      * Add support for custom NDArray memory management
      
      Credit to @icemelon9 and @wweic
      
      * Fix copy-paste issue
      
      * Fix naive allocator.h
      
      * Remove buffer field
      
      * Apply Wei's suggestions.
      
      Co-Authored-By: jroesch <roeschinc@gmail.com>
      
      * Fix Wei's suggestion
      
      * Fix go rts
      
      * Break MM dependency
      
      * Add docs and clean up diff
      
      * Add more docs
      
      * Move to VM folder
      
      * Fix lint
      
      * Remove Go dep.
      
      * Rename to Empty
      
      * Address Haichen's comments
      Jared Roesch committed