1. 12 Mar, 2019 1 commit
  2. 03 Mar, 2019 1 commit
  3. 01 Mar, 2019 1 commit
  4. 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
  5. 06 Feb, 2019 1 commit
  6. 03 Feb, 2019 1 commit
  7. 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
  8. 01 Dec, 2018 1 commit
  9. 19 Nov, 2018 1 commit
  10. 06 Oct, 2018 1 commit
  11. 04 Oct, 2018 1 commit
  12. 25 Sep, 2018 1 commit
  13. 20 Sep, 2018 1 commit
  14. 23 Aug, 2018 1 commit
  15. 17 Jun, 2018 1 commit
  16. 16 Apr, 2018 1 commit
  17. 28 Mar, 2018 1 commit
  18. 16 Mar, 2018 1 commit
  19. 06 Feb, 2018 1 commit
  20. 08 Jan, 2018 1 commit
  21. 27 Dec, 2017 1 commit
  22. 22 Dec, 2017 1 commit
  23. 17 Dec, 2017 1 commit
  24. 30 Nov, 2017 1 commit
  25. 29 Nov, 2017 1 commit
  26. 05 Oct, 2017 1 commit
  27. 04 Oct, 2017 1 commit
  28. 07 Sep, 2017 1 commit
  29. 03 Sep, 2017 1 commit
  30. 30 Aug, 2017 1 commit
  31. 15 Aug, 2017 1 commit
  32. 05 Aug, 2017 1 commit
  33. 26 Jul, 2017 1 commit
  34. 24 Jul, 2017 1 commit
  35. 19 Jul, 2017 1 commit
  36. 18 Jul, 2017 1 commit
    • [API] Prefetch schedule supported (#258) · 01cbc61a
      * prefetch interface added
      
      * prefetch python comments modified. prefetch info data structure maintained.
      
      * start injecting prefetches. first step (domain touch) implemented.
      
      * domain touch tested.
      
      * Prefetch ir_mutator and ir_visitor dispatch registered.
      
      * modify domain touched from passing a func_ref to passing a tensor
      
      * modify domain touched from passing a func_ref to passing a tensor
      
      * modify Tensor copy to Tensor ref
      
      * temp commit for rebase
      
      * debug info removed, typo fixed, ready to rebase
      
      * prefetch flatten test add!
      
      * roll back builtin functions to side effect functions
      
      * lint error fixed!
      
      * add cache line size to storage flatten argument
      
      * forgot modifications add
      
      * change code style to dmlc-like; get rid of can_prove, use manually compute instead
      
      * python lint error fixed
      
      * modify instrinsic name to pass tests
      
      * [TEST] get rid of str(), replace them by accessing attributes
      
      * change map to list comprehension
      
      * redundant numpy import removed
      Jian Weng committed
  37. 15 Jul, 2017 1 commit
  38. 06 Jul, 2017 1 commit
  39. 05 Jul, 2017 2 commits