Skip to content
Snippets Groups Projects
  1. Oct 18, 2018
    • Yao Wang's avatar
      AutoTVM x86 (#1772) · dc996e45
      Yao Wang authored
      * AutoTVM for x86 conv2d
      
      * Add ApplyGraphBest dispatch context
      
      * Fix tutorial
      
      * Fix conv2d
      
      * Improve tutorial
      
      * Fix default schedule
      
      * Fix 1x1 default schedule loading
      
      * Fix workload type
      
      * Change gridsearch to random
      
      * Add reference to autotvm arm
      
      * Merge conv2d common and 1x1 decl
      
      * Fix lint
      
      * Minor fix
      dc996e45
  2. Oct 17, 2018
  3. Oct 12, 2018
  4. Oct 07, 2018
  5. Oct 05, 2018
  6. Oct 04, 2018
  7. Oct 02, 2018
  8. Oct 01, 2018
  9. Sep 27, 2018
  10. Sep 25, 2018
    • Animesh Jain's avatar
      INT8 conv operator implementation with NCHWc data layout for Intel machines (#1680) · 72ad9a38
      Animesh Jain authored
      * Int8 implementation for convolution operator on Intel Skylake
      
      * Int8 implementation for convolution operator on Intel Skylake
      
      * PR changes
      
      * PR changes
      
      * PR changes
      
      * Fixing an error
      
      * Fixing an error
      
      * Minor typos fix
      
      * Minor typos fix
      
      * Removing the broadcast16 CPP code. Using astype feature instead
      
      * Replacing constant by variable name num_elements_intel
      
      * Name fixes and tensorize update rule updated
      
      * Fixing the bug about checking skylake
      
      * Replacing bitcast with reinterpret
      
      * Isolating INT8 and FP32 schedules to ease out future AutoTVM PR merge
      
      * Putting check_skylake function in the x86 directory
      
      * Added documentation and organizing files to better locations
      
      * Tensor intrin renaming. Avoid code duplication for intrin by kernel reshaping
      72ad9a38
  11. Sep 19, 2018
  12. Sep 18, 2018
  13. Sep 14, 2018
  14. Sep 13, 2018
  15. Sep 12, 2018
  16. Sep 06, 2018
  17. Aug 30, 2018
  18. Aug 29, 2018
  19. Aug 28, 2018
  20. Aug 25, 2018
  21. Aug 23, 2018
  22. Aug 22, 2018
  23. Aug 21, 2018
  24. Aug 20, 2018
    • Yao Wang's avatar
      Improve x86 Inception (#1506) · 5d533ec9
      Yao Wang authored
      * Improve x86 pooling and concat
      
      * Fix
      
      * Fix test concatenate correct layout
      
      * Add conditional vectorize
      
      * Fix lint
      
      * Modify schedule for global pooling
      
      * Fix
      
      * Fix warning
      
      * Fix alter layout test
      
      * Remove vectorization for pooling when using 4D layout
      
      * Remove vectorization for 4D concat
      
      * Fix concatenate layout
      
      * Fix concatenate schedule
      
      * Fix concat
      
      * Fix lint
      
      * Fix concat
      
      * Simplify pooling logic
      
      * Update docstring
      
      * Fix test topi pooling
      
      * Small changes
      5d533ec9
  25. Aug 17, 2018
  26. Aug 13, 2018
  27. Aug 09, 2018
  28. Aug 08, 2018
  29. Aug 04, 2018
Loading