1. 25 Nov, 2019 1 commit
  2. 23 Nov, 2019 1 commit
  3. 21 Nov, 2019 1 commit
  4. 19 Nov, 2019 1 commit
  5. 18 Nov, 2019 2 commits
  6. 16 Nov, 2019 1 commit
  7. 15 Nov, 2019 3 commits
  8. 13 Nov, 2019 1 commit
  9. 11 Nov, 2019 2 commits
  10. 08 Nov, 2019 1 commit
  11. 07 Nov, 2019 1 commit
    • [AutoTVM] Add batch_matmul to tunable operations (#4242) · 14a5a358
      * Batch matmul tuning running but with errors.
      
      * Default x86 schedule as good as before.
      
      * Code Cleanup
      
      * Remove unused argument.
      
      * improved template documentation.
      
      * Silly lint fix
      
      * Removed leftover comment.
      
      * Moved cfg declaration to schedule for batch_matmul
      
      * Moved x86 dense cfg declaration to schedule.
      
      * lint fix
      
      * Removed duplicate cfg declaration in dense.
      
      * Reverted changes to dense.
      Josh Fromm committed
  12. 06 Nov, 2019 2 commits
  13. 30 Oct, 2019 1 commit
  14. 28 Oct, 2019 1 commit
  15. 25 Oct, 2019 1 commit
  16. 24 Oct, 2019 3 commits
  17. 22 Oct, 2019 1 commit
  18. 17 Oct, 2019 1 commit
  19. 15 Oct, 2019 1 commit
  20. 10 Oct, 2019 3 commits
  21. 09 Oct, 2019 2 commits
  22. 08 Oct, 2019 2 commits
  23. 01 Oct, 2019 2 commits
    • [TOPI]Add op argwhere (#3994) · fa4d3ec6
      * Add op argwhere
      
      * Move shape func to _algorithm.py
      
      * Add lint rule
      
      * Raise exception if rank is not supportted
      
      * move argwhere to transform
      
      * Add argwhere example
      
      * Fix lint
      
      * Add 1-d support
      
      * cleanup
      
      * Add more dtype support
      
      * CR comment
      
      * Improve error message
      
      * Docs
      
      * raise exception
      Wei Chen committed
    • [topi] add ARM v8.2 udot (uint8) support (#3978) · 5cc17649
      * [topi] add ARM v8.2 udot (uint8) support
      
      * fix test case
      
      * fix common conv2d schedule
      
      * add back fp32_time in test
      
      * fix lint
      
      * fix doc, add support for int32_lanes=4, signed int
      
      * fix lint
      
      * add ic_bn % 4 checker in schedule
      Yizhi Liu committed
  24. 30 Sep, 2019 1 commit
  25. 28 Sep, 2019 1 commit
  26. 27 Sep, 2019 1 commit
  27. 26 Sep, 2019 1 commit
    • [TOPI][x86] Introduce schedule_injective_from_existing and unify external… · b330d301
      [TOPI][x86] Introduce schedule_injective_from_existing and unify external schedules for all targets (#3983)
      
      * Fix extern schedule for x86
      
      * Register x86::schedule_extern
      
      * Fix
      
      * Fix
      
      * Replace extern.py with extern.h
      
      * Introduce new generic function schedule_injective_from_existing
      
      * Fix
      
      * Fix
      
      * Add back to C++
      
      * Fix style
      
      * Injective schedule calls local schedule_injective_from_existing
      
      * Fix
      
      * Remove target arg from schedule_injective_from_existing
      
      * Fix docs
      
      * Try to fix unit test
      
      * Fix test
      
      * Fix other tests
      
      * Fix bug
      Jon Soifer committed
  28. 25 Sep, 2019 1 commit