1. 18 Jun, 2019 1 commit
  2. 13 Jun, 2019 1 commit
  3. 04 Jun, 2019 1 commit
  4. 03 Jun, 2019 1 commit
  5. 27 May, 2019 1 commit
  6. 24 May, 2019 1 commit
  7. 23 May, 2019 1 commit
  8. 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
  9. 04 May, 2019 1 commit
  10. 26 Apr, 2019 1 commit
  11. 16 Apr, 2019 1 commit
  12. 08 Apr, 2019 1 commit
    • [HEADER] Add Header to Comply with ASF Release Policy (#2982) · cffb4fba
      * [HEADER] ASF header dir=include
      
      * [HEADER] ASF Header dir=src
      
      * [HEADER] ASF Header -dir=python
      
      * [HEADER] ASF header dir=topi
      
      * [HEADER] ASF Header dir=nnvm
      
      * [HEADER] ASF Header -dir=tutorials
      
      * [HEADER] ASF Header dir=tests
      
      * [HEADER] ASF Header -dir=docker
      
      * fix whitespace
      
      * [HEADER] ASF Header -dir=jvm
      
      * [HEADER] ASF Header -dir=web
      
      * [HEADER] ASF Header --dir=apps
      
      * [HEADER] ASF Header --dir=vta
      
      * [HEADER] ASF Header -dir=go
      
      * temp
      
      * [HEADER] ASF Header --dir=rust
      
      * [HEADER] Add ASF Header --dir=cmake
      
      * [HEADER] ASF Header --dir=docs
      
      * [HEADER] Header for Jenkinsfile
      
      * [HEADER] ASF Header to toml and md
      
      * [HEADER] ASF Header to gradle
      
      * Finalize rat cleanup
      
      * Fix permission
      
      * Fix java test
      
      * temporary remove nnvm onnx test
      Tianqi Chen committed
  13. 31 Mar, 2019 1 commit
  14. 30 Mar, 2019 2 commits
  15. 23 Mar, 2019 1 commit
  16. 14 Mar, 2019 1 commit
  17. 12 Mar, 2019 1 commit
  18. 10 Mar, 2019 1 commit
  19. 03 Mar, 2019 1 commit
  20. 02 Mar, 2019 1 commit
  21. 27 Feb, 2019 1 commit
  22. 18 Feb, 2019 1 commit
  23. 12 Feb, 2019 1 commit
  24. 24 Jan, 2019 1 commit
  25. 11 Jan, 2019 2 commits
  26. 04 Jan, 2019 1 commit
  27. 09 Dec, 2018 1 commit
  28. 29 Nov, 2018 1 commit
  29. 04 Oct, 2018 1 commit
  30. 01 Oct, 2018 1 commit
  31. 20 Sep, 2018 1 commit
  32. 06 Sep, 2018 1 commit
  33. 23 Aug, 2018 1 commit
  34. 11 Apr, 2018 1 commit
  35. 04 Feb, 2018 1 commit
    • enhance pragma to support single point copy (#863) · fbb472b8
      * modified schedule_dataflow_rewrite.cc to fix losing tensor problem
      
      * modified schedule_dataflow_rewrite.cc for lint scan
      
      * modified schedule_dataflow_rewrite.cc for lint scan
      
      * using tensor's value_index to index output of stage op
      
      * repare address offset for different kinds of dtype
      
      * bc
      
      * aaa
      
      * aaaaa
      
      * repare address for different dtypes
      
      * remove nonsense files
      
      * add whitespace of line 581
      
      * use base alloc elem_type
      
      * enhance the testcast of basic buffer is 64bits,32bits,16bits,8bits
      
      * use extends[0]->type() as dtype of offset
      
      * clear program writes
      
      * enhance inject_copy_intin to support of pragma stmt with no loops
      
      * fix cpplint errors
      
      * fix cpplint error of !
      
      * enhance detectLinearEquation to support with no loop vars
      
      * fix cpplint errors
      libing4752 committed
  36. 07 Jan, 2018 1 commit
    • [SCHEDULE]Improve bound deduce for loop partition (#743) (#755) · 9d6dbe34
      * [SCHEDULE]enable partition const loop with build flag (#719)
      
          * enable partition loop with build flag
      
          * add a testcase, and modify LoopPartition related cases
      
      *     * add document for split_const_loop
      
      * [IRbuild]Support automatically Name Loop Variable in IRBuilder (#719)
      
          * add idx_num in class
      
      * using typical index [i, j, k] first, then i_suffix
      
      * keep inputs names
      
      * fix lint
      
      * improve comment of name
      
      * fix lint
      
      * [SCHEDULE]Improve bound deduce for loop partition (#743)
      
          * add divided checking when deducing
      
          * related testcase
      
      * fix
      
      * * transform LE and GE first
      * remove is_equal
      * modify testcase for edge cases checking
      
      * * fix comment
      
      * * fix lint
      
      * * apply transformation form LT -> LE, GT -> GE
      
      * * fix lint
      
      * simplify code and testcase
      
      * add negative co-efficient case
      
      * More complicated cases
      
      * add testcase
      
      * simplify testcase
      
      * comment case for now
      
      * fix testcase
      xqdan committed
  37. 22 Dec, 2017 1 commit
  38. 19 Dec, 2017 1 commit