Skip to content
Snippets Groups Projects
  1. Jun 27, 2018
  2. Jun 23, 2018
  3. Apr 19, 2018
  4. Mar 26, 2018
  5. Mar 13, 2018
  6. Dec 29, 2017
    • xqdan's avatar
      enable partition const loop with build flag (#732) · 5f1816db
      xqdan authored
      * [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
      5f1816db
  7. Nov 28, 2017
  8. Nov 21, 2017
  9. Nov 14, 2017
  10. Oct 11, 2017
  11. Sep 01, 2017
  12. Aug 30, 2017
  13. Aug 16, 2017
  14. Aug 13, 2017
  15. Aug 08, 2017
  16. Aug 04, 2017
  17. Aug 03, 2017
  18. Jul 24, 2017
  19. Jul 18, 2017
    • Jian Weng's avatar
      [API] Prefetch schedule supported (#258) · 01cbc61a
      Jian Weng authored
      * 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
      01cbc61a
  20. Jul 17, 2017
  21. Jul 08, 2017
  22. Jul 06, 2017
  23. Jul 04, 2017
  24. Jun 02, 2017
  25. Apr 30, 2017
  26. Apr 25, 2017
  27. Apr 22, 2017
  28. Apr 21, 2017
  29. Apr 01, 2017
  30. Mar 26, 2017
  31. Mar 12, 2017
  32. Mar 04, 2017
    • Ziheng Jiang's avatar
      [PASS]LoopPartition (#56) · c8ebfbe3
      Ziheng Jiang authored
      * loop_partition draft
      
      * divide loop variable into constant domain and variable domain & consider multiple partitions
      
      * process doubt interval
      
      * fix and refactor, add relax_map arg in BoundDeduce
      
      * fix testcase and comment
      
      * rebase to zero, convert to SSA
      
      * change the logic of generating loop code & fix issues
      
      * add a testcase for relax map in deducebound && fix issues
      
      * clean code
      
      * const auto&
      
      * add test_multi_if
      c8ebfbe3
  33. Feb 11, 2017
  34. Feb 09, 2017
  35. Feb 07, 2017
  36. Feb 05, 2017
  37. Feb 04, 2017
  38. Feb 02, 2017
  39. Jan 29, 2017
Loading