1. 25 Sep, 2018 1 commit
    • INT8 conv operator implementation with NCHWc data layout for Intel machines (#1680) · 72ad9a38
      * 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
      Animesh Jain committed
  2. 22 Oct, 2017 1 commit
  3. 14 Oct, 2017 1 commit
  4. 26 Sep, 2017 1 commit
  5. 19 Aug, 2017 1 commit
  6. 16 Aug, 2017 1 commit
    • [WIP] [TOPI] Depth wise Conv for NHWC (#325) · 989e99e6
      * rename the nchw and pass the unit test; going to do it for nhwc depthwise
      
      * bug with fusion
      
      * nchw works fine; nhwc float32 problem remains
      
      * still cannot bind them together
      
      * fusion works
      
      * syntax fix
      
      * all bugs fixed; test cases pass
      
      * minor fix on nn.h
      wetliu committed
  7. 15 Aug, 2017 2 commits
  8. 14 Aug, 2017 1 commit
    • [TOPI] conv2d nchw gpu scheduler (#315) · cbff637f
      * __init__ updated
      
      * pull request updated
      
      * build_module added
      
      * typo fixed
      
      * another typo fixed
      
      * conv2d gpu scheduler for two layouts moved to tvm
      
      * changes made according to CR
      
      * conv2d_nchw formating updated, conv2d_hwcn tests updated
      
      * lint error fixed
      
      * element wise operator schedule fusing fixed for conv2d
      
      * conv2d_nchw topi test added, all resnet workloads now pass
      
      * conv compute lint error fixed
      
      * fixed python 3 compatibility problem
      
      * conv2d tensor input support added, test typo fixed, ir_pass.Simplify changed to util.get_const_int
      Leyuan Wang committed
  9. 19 Jul, 2017 1 commit
  10. 15 Jul, 2017 1 commit
  11. 14 Jul, 2017 1 commit
  12. 08 Jul, 2017 1 commit
  13. 07 Jul, 2017 3 commits