1. 15 Mar, 2020 1 commit
  2. 27 Feb, 2020 1 commit
  3. 14 Feb, 2020 1 commit
  4. 05 Feb, 2020 1 commit
    • [REFACTOR][PY] Establish tvm.runtime (#4818) · fc7dd6d7
      * [REFACTOR][PY] Establish tvm.runtime
      
      This PR establishes the tvm.runtime namespace that contains the core runtime data structures.
      The top-level API are kept inact for now via re-exporting.
      
      We will followup later to cleanup some of the top-level APIs.
      
      * Fix ndarray name
      Tianqi Chen committed
  5. 06 Jan, 2020 1 commit
    • [REFACTOR][IR] Introduce SeqStmt to replace ir::Block (#4627) · 3595cbe0
      * [REFACTOR][IR] Introduce SeqStmt to replace Block
      
      ir::Block was used to represent a sequence of Stmts in the original low-level IR.
      The nested ir::Block structure is not really friendly for recursive visits,
      especially when the statements are unrolled.
      
      This PR introduce a SeqStmt that directly stores a sequence of statements in an Array container.
      The new SeqStmt will be used as a replacement of the original Block structure.
      
      * [REFACTOR] Migrate use of Block to SeqStmt.
      
      * [REFACTOR] Remove Block
      
      * Add more comments per yizhi's comment
      Tianqi Chen committed
  6. 14 Jul, 2019 1 commit
  7. 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
  8. 01 Apr, 2019 1 commit
  9. 06 Feb, 2019 1 commit
  10. 11 Jan, 2019 1 commit
  11. 30 Dec, 2018 1 commit
  12. 29 Dec, 2018 1 commit
  13. 01 Dec, 2018 1 commit
  14. 18 Nov, 2018 1 commit
  15. 06 Oct, 2018 1 commit
  16. 20 Apr, 2018 1 commit
  17. 16 Apr, 2018 1 commit
  18. 12 Apr, 2018 1 commit
  19. 03 Jan, 2018 1 commit
  20. 05 Oct, 2017 1 commit
  21. 04 Oct, 2017 1 commit
  22. 08 Sep, 2017 1 commit
  23. 07 Sep, 2017 1 commit
  24. 14 Jul, 2017 1 commit
  25. 03 Jul, 2017 1 commit
  26. 11 Jun, 2017 1 commit
    • Support for Tuple Inputs of Reducer and ComputeOp (#175) · f467f66e
      * Support for batch ComputeOp
      
      * Support for batch ComputeOp
      
      * Fix CrossThreadReduction
      
      * Fix lint
      
      * Add UpdateArray, remove support for batch reduce
      
      * Tuple input support for reduce
      
      * rfactor works with multiple reducer; support multiple reducers with different types
      
      * Small fix
      
      * Small fix
      
      * Change return type of rfactor to Array<Expr>
      
      * Fix lint
      
      * Improve
      
      * Add tutorial
      
      * Improve tutorial
      
      * Improve tutorial
      ziheng committed
  27. 12 May, 2017 1 commit
  28. 07 May, 2017 2 commits
  29. 18 Apr, 2017 1 commit
  30. 15 Apr, 2017 1 commit
  31. 20 Feb, 2017 1 commit
  32. 17 Feb, 2017 1 commit
  33. 14 Feb, 2017 1 commit
  34. 09 Feb, 2017 1 commit
  35. 02 Feb, 2017 1 commit
  36. 31 Jan, 2017 1 commit
  37. 11 Jan, 2017 1 commit
  38. 10 Jan, 2017 1 commit