1. 11 Mar, 2019 1 commit
  2. 10 Mar, 2019 1 commit
  3. 09 Mar, 2019 1 commit
  4. 02 Mar, 2019 1 commit
  5. 01 Mar, 2019 1 commit
  6. 28 Feb, 2019 1 commit
    • [Lang] Layout in TVM node system (#2509) · ee79703c
      * move layout.h & layout.cc from relay to tvm
      
      * change ConvertLayout in relay to bijectiveLayout->Forward/backward
      
      * add first test case
      
      * add LayoutAxis
      
      * add LayoutAxis struct and compiles
      
      * simplify BijectiveLayout rule consturct
      
      * polish func name for Layout, move impl to .cc, remove Layout::defined(), add defined() checker
      
      * partially add layout py support
      
      * add layout test cases
      
      * add doc for tvm.layout & tvm.bijective_layout
      
      * fix lint
      
      * fix lint
      
      * fix layout name generation bug
      
      * fix layout typo
      
      * address comments and add topi.layout_transform
      
      * layout.h->data_layout.h, test_lang_layout.py->test_lang_data_layout.py
      Yizhi Liu committed
  7. 27 Feb, 2019 1 commit
  8. 26 Feb, 2019 1 commit
  9. 25 Feb, 2019 1 commit
  10. 22 Feb, 2019 1 commit
  11. 19 Feb, 2019 1 commit
  12. 14 Feb, 2019 1 commit
  13. 13 Feb, 2019 1 commit
    • [Hybrid script] Backend support (#2477) · c53dd102
      * a preliminary version is done?
      
      * we no longer need the redundant hybrid/api.py
      
      * support assert stmt
      
      * cast supported
      
      * intrin -> runtime; util is mainly in charge of compilation time
      
      * assert statement
      
      * fix python lint
      
      * fix cpp lint
      
      * on the way to module
      
      * rollback .cc
      
      * fix typo, no direct expose then
      
      * @vinx13 ceil is added i guess?
      
      * wip...
      
      * temp commit
      
      * fix import
      
      * i preliminary version is done?
      
      * on the way to build hybrid module
      
      * nearly fixed...
      
      * dumped python are equiv as original python
      
      * on the way to bootstrap
      
      * cpu bootstrap done
      
      * bootstrap!
      
      * fix lint
      
      * fix doc
      
      * resolve some review concerns
      
      * support load/save
      
      * fix lint
      
      * thanks to xqdan fixed my typo
      
      * fix build, make dump non-optional
      
      * add vthread
      
      * jesus why i added this
      Jian Weng committed
  14. 12 Feb, 2019 1 commit
  15. 06 Feb, 2019 1 commit
  16. 15 Jan, 2019 1 commit
    • [Hybrid Script] Supporting scheduling hybrid script (#2416) · ac54577f
      * on the way to enable hybrid schedule
      
      * I think I am done with imperfect loop split?
      
      * copyright watermark
      
      * loop annotation
      
      * fix lint
      
      * fix lint 1
      
      * shit!
      
      * loop reorder supported
      
      * support bind to add some tests
      
      * fused tested
      
      * imperfect loop testcase
      
      * fix lint
      
      * add bind testcase
      
      * fix doc
      
      * fix online edit typo
      
      * resolve @mercymercy review
      
      * fix indent
      
      * i should convince myself it is not flaky test first
      
      * fix test hybrid
      
      * how many flaky test are you expecting; i ball ball u to let me pass
      
      * rebase halide...
      Jian Weng committed
  17. 12 Jan, 2019 1 commit
  18. 11 Jan, 2019 3 commits
  19. 08 Jan, 2019 2 commits
  20. 04 Jan, 2019 2 commits
  21. 01 Jan, 2019 1 commit
  22. 30 Dec, 2018 1 commit
  23. 29 Dec, 2018 1 commit
  24. 20 Dec, 2018 1 commit
  25. 19 Dec, 2018 1 commit
  26. 13 Dec, 2018 1 commit
  27. 11 Dec, 2018 1 commit
  28. 09 Dec, 2018 1 commit
  29. 08 Dec, 2018 1 commit
  30. 01 Dec, 2018 1 commit
  31. 30 Nov, 2018 2 commits
  32. 29 Nov, 2018 1 commit
  33. 28 Nov, 2018 1 commit
    • [BACKEND][CODEGEN] C codegen with tests (#2161) · a259b737
      * Implement C code generation with tests
      
      * Code cleanup
      
      * Implement C code generation with tests
      
      * Code cleanup
      
      * tabs to spaces
      
      * make lint compliant
      
      * update export_library and reserve unique C keywords
      
      * move ReserveKeywordsAsUnique to codegen_c
      
      * some documentation and code cleanup
      
      * use tvm.contrib.util for tempdir in testcases
      Pratyush Patel committed
  34. 19 Nov, 2018 1 commit
  35. 18 Nov, 2018 1 commit