1. 26 Feb, 2020 1 commit
  2. 20 Feb, 2020 1 commit
  3. 19 Feb, 2020 1 commit
  4. 18 Feb, 2020 1 commit
  5. 17 Feb, 2020 1 commit
  6. 13 Feb, 2020 3 commits
  7. 07 Feb, 2020 4 commits
  8. 28 Jan, 2020 1 commit
  9. 24 Jan, 2020 1 commit
  10. 21 Jan, 2020 1 commit
  11. 16 Jan, 2020 2 commits
  12. 14 Jan, 2020 1 commit
  13. 11 Jan, 2020 1 commit
  14. 04 Jan, 2020 1 commit
    • [REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL (#4621) · 81523604
      TVM_REGSISTER_API is an alias of TVM_REGISTER_GLOBAL.
      In the spirit of simplify redirections, this PR removes
      the original TVM_REGISTER_API macro and directly use TVM_REGISTER_GLOBAL.
      
      This type of refactor will also simplify the IDE navigation tools
      such as FFI navigator to provide better code reading experiences.
      
      Move EnvFunc's definition to node.
      Tianqi Chen committed
  15. 22 Dec, 2019 1 commit
  16. 02 Dec, 2019 1 commit
  17. 27 Nov, 2019 1 commit
  18. 20 Nov, 2019 1 commit
  19. 06 Nov, 2019 1 commit
  20. 20 Oct, 2019 1 commit
  21. 27 Sep, 2019 1 commit
  22. 23 Aug, 2019 1 commit
  23. 13 Aug, 2019 1 commit
  24. 31 Jul, 2019 1 commit
  25. 23 Jul, 2019 1 commit
  26. 17 Jul, 2019 1 commit
    • [docs] Add a tutorial for the pass manager (#3515) · ce363d61
      * [docs] Add a tutorial for the pass manager
      
      * address comment
      
      * address more comments
      
      * retrigger ci
      
      * address steven's comments
      
      * address comments
      
      * retrigger ci
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com>
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com>
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com>
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com>
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com>
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com>
      
      * Update docs/dev/relay_pass_infra.rst
      
      Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com>
      Zhi committed
  27. 10 Jul, 2019 1 commit
  28. 12 Jun, 2019 1 commit
  29. 07 Jun, 2019 1 commit
  30. 27 May, 2019 1 commit
    • [Doc][Relay] Add VM doc (#3188) · c0afc918
      * [Doc][Relay] Add VM doc
      
      * Add Apache header
      
      * Apply suggestions from code review
      
      Co-Authored-By: Steven S. Lyubomirsky <slyubomirsky@gmail.com>
      Co-Authored-By: 雾雨魔理沙 <lolisa@marisa.moe>
      Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com>
      Co-Authored-By: Zhi <5145158+zhiics@users.noreply.github.com>
      
      * Junru's comment
      
      * More fix
      
      * More fix
      
      * More fix
      
      * last fix
      
      * Apply suggestions from code review
      
      Co-Authored-By: 雾雨魔理沙 <lolisa@marisa.moe>
      
      * Apply suggestions from code review
      
      Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com>
      
      * Add code links
      
      * Remove unused bp
      
      * Update docs/dev/virtual_machine.rst
      
      Co-Authored-By: Logan Weber <36520469+weberlo@users.noreply.github.com>
      
      * Explain TODO
      
      * Yong's comment
      
      Co-Authored-By: Yong Wu <55wuyong@163.com>
      
      * Comment
      Wei Chen committed
  31. 03 May, 2019 1 commit
  32. 01 May, 2019 1 commit
    • [DOC] various assorted grammar fixes (#3127) · 5af25722
      * Correct spelling of 'inavlid'
      
      * [DOC] correct spelling of 'schdule'.
      
      * [DOC] clean up use of abbreviation "interop"
      
      * [DOC] capitalize API abbreviation consistently
      
      * [DOC] correct spelling of 'peformed'.
      
      * [DOC] correct spelling of 'intermidiate'
      
      * Remove trailing white space.
      
      * Correct spelling of 'parametrization'.
      
      * [DOC] minor improvements to Range documentation.
      Marcus Shawcroft committed
  33. 28 Apr, 2019 2 commits