1. 10 Oct, 2019 1 commit
    • [Relay][VM] Fix constant folding issue in VM compiler (#4077) · fc2713e5
      * [Relay][VM] Fix constant folding issue in VM compiler
      
      1. allow pass params when compile a module
      2. enhance profiler robustness
      
      * remove dead code
      
      * fix lint
      
      * add get_params
      
      * fix test
      
      * don't pass params back
      
      * remove get_params
      
      * docs
      
      * move compile function to api
      
      * compile clashes with builtin name
      
      * fix compilation error
      
      * remove dead code
      Wei Chen committed
  2. 09 Oct, 2019 1 commit
  3. 05 Oct, 2019 1 commit
  4. 06 Sep, 2019 1 commit
  5. 05 Sep, 2019 1 commit
  6. 01 Sep, 2019 1 commit
  7. 21 Aug, 2019 1 commit
    • [Relay][VM]VM Profiler (#3727) · 95f12e31
      * [Relay][VM]VM debugger
      
      * Report mean/min/max for op duration
      
      * Typos
      
      * Lint
      
      * Lint
      
      * Lint
      
      * Support build debug VM in CMake
      
      * Lint
      
      * Enable VM debug in unit test
      
      * Disable debug vm test until new docker image is built
      
      * Add device sync code
      
      * Fix qnn unit test
      
      * Disable vm debug by default
      
      * Rename files
      
      * Rename classes
      
      * Fix comment
      
      * Fix comment
      Wei Chen committed
  8. 31 Jul, 2019 1 commit
  9. 17 Jul, 2019 1 commit
  10. 16 Jul, 2019 1 commit
  11. 09 Jul, 2019 1 commit
    • [Relay][VM]Compiling pattern matching (#3470) · 93d1c06d
      * [Relay][VM]Compiling pattern matching
      
      * Fix lint
      
      * Remove debug code
      
      * Move TreeNode definition
      
      * merge ifi and selecti, todo: remove them
      
      * fix lint
      
      * remove ifi and selecti
      
      * rename GetTagi to GetTag
      
      * fix dltype
      
      * fix more dltype
      
      * Generalize If and select, and rename to Ifi and Selecti
      
      * Fix lint
      
      * Rename Ifi to If
      
      * Change register default to match value
      
      * Remove bad specialization for Move
      
      * Stop use Select
      
      * Remove Select
      
      * TreeNode refactor
      
      * Change entry_func name
      
      * Remove Cmp due to rebase issue
      Wei Chen committed
  12. 06 Jul, 2019 1 commit
  13. 02 Jul, 2019 1 commit
  14. 24 Jun, 2019 1 commit
  15. 22 Jun, 2019 1 commit
  16. 14 Jun, 2019 1 commit
  17. 13 Jun, 2019 1 commit
  18. 11 Jun, 2019 1 commit
  19. 05 Jun, 2019 1 commit
  20. 24 May, 2019 1 commit
  21. 11 May, 2019 1 commit
    • [Relay][Runtime] Add VM compiler. (#3139) · 6a4d71ff
      * Implement the VM compiler
      
      * Fix issues
      
      * Fix ASF headers
      
      * Fix test issue
      
      * Apply typo fixes.
      
      * Update src/relay/backend/vm/compiler.cc
      
      Co-Authored-By: 雾雨魔理沙 <lolisa@marisa.moe>
      
      * Refactor compiler
      
      * Fix
      
      * Fix
      
      * Fix in benchmark
      
      * Fix
      
      * Address comments
      Jared Roesch committed