Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
  2. Oct 12, 2018
  3. Oct 02, 2018
  4. Oct 01, 2018
  5. Sep 27, 2018
  6. 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
  7. Sep 18, 2018
  8. Sep 14, 2018
  9. Sep 13, 2018
  10. Sep 12, 2018
  11. Sep 06, 2018
  12. Aug 30, 2018
  13. Aug 29, 2018
  14. Aug 28, 2018
  15. Aug 23, 2018
  16. Aug 22, 2018
  17. 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
  18. Aug 13, 2018
  19. Aug 09, 2018
  20. Aug 08, 2018
  21. Aug 04, 2018
  22. Aug 02, 2018
  23. Jul 30, 2018
  24. Jul 27, 2018
  25. Jul 26, 2018
  26. Jul 23, 2018
  27. Jul 18, 2018
  28. Jul 17, 2018
  29. Jul 13, 2018
  30. Jul 09, 2018
  31. Jul 08, 2018
  32. Jul 04, 2018
  33. Jul 03, 2018
Loading