1. 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
  2. 15 Aug, 2017 11 commits
  3. 14 Aug, 2017 5 commits
  4. 13 Aug, 2017 3 commits
    • [WIP] C++ topi contributions (#312) · f08de2b6
      * [WIP] C++ topi contributions
      
      Summary:
      This diff implements C++ topi contributions for:
        - relu with parametrix threshold
        - pad with generic padBefore / padAfter specification
        - matmult with transposes
        - conv2d_nchw, conv2d_hwcn with runtime constant padding and strides
        - depthwise_conv2d_nchw with runtime constant padding and strides
        - group_conv2d_ngchw with runtime constant padding and strides
        - broadcast_to a broadcastable shape
        - broadcast_bop where bop is an usual binary op (+ - * / %)
      
      Convolution padding is implemented using the pad operation.
      To avoid extra memory consumption, it is generally recommended to inline the padding with the autoinliner.
      Unfortunately in its current form the elemwise checks are too restrictive to allow inlining.
      So this diff also proposes an extension to LHS injective (i.e. no reduction axis in the current IR design)
      
      Test Plan:
      Tested in C++ testsuite in a separate repository, I am looking for suggestions to quickly spin up some tests for tvm.
      
      Reviewers: tqchen
      
      Subscribers:
      
      Tasks:
      
      Tags:
      
      Blame Revision:
      
      * Review + Lint + GSG C++
      Nicolas Vasilache committed
  5. 12 Aug, 2017 1 commit
  6. 11 Aug, 2017 2 commits
  7. 10 Aug, 2017 3 commits
  8. 09 Aug, 2017 2 commits
  9. 08 Aug, 2017 3 commits
  10. 07 Aug, 2017 1 commit
  11. 06 Aug, 2017 1 commit
  12. 05 Aug, 2017 1 commit
  13. 04 Aug, 2017 2 commits
  14. 03 Aug, 2017 2 commits
  15. 01 Aug, 2017 2 commits