1. 15 Jan, 2020 1 commit
  2. 11 Jan, 2020 1 commit
    • [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter (#4318) · dcf7fbf1
      * Add output_padding to generic
      
      * Add output_padding to the reference impl
      
      * Add output_padding to arm_cpu
      
      * Add output_padding to the test
      
      * Add output_padding for cuda
      
      * Add output_padding for x86
      
      * Make use of the new output_padding argument in Relay
      
      * Adjust conv2d_transpose Relay test
      
      * Fix lint errors
      
      * Fix the VTA declaration of conv2d_transpose
      
      * support for output padding in conv2d transpose
      
      * some output padding will break IR pass
      
      * Fix new conv2d_transpose test
      
      * Update tophub
      
      * Fix conv1d output_padding too.
      
      * Fix the conv1d_transpose reference function.
      
      * Fix the cuda impl
      
      * fix the topi test for conv1d
      
      * Update the versions in tophub.py
      
      Co-authored-by: Thierry Moreau <tmoreau@octoml.ai>
      abergeron committed
  3. 08 May, 2019 1 commit
  4. 08 Apr, 2019 1 commit
    • [HEADER] Add Header to Comply with ASF Release Policy (#2982) · cffb4fba
      * [HEADER] ASF header dir=include
      
      * [HEADER] ASF Header dir=src
      
      * [HEADER] ASF Header -dir=python
      
      * [HEADER] ASF header dir=topi
      
      * [HEADER] ASF Header dir=nnvm
      
      * [HEADER] ASF Header -dir=tutorials
      
      * [HEADER] ASF Header dir=tests
      
      * [HEADER] ASF Header -dir=docker
      
      * fix whitespace
      
      * [HEADER] ASF Header -dir=jvm
      
      * [HEADER] ASF Header -dir=web
      
      * [HEADER] ASF Header --dir=apps
      
      * [HEADER] ASF Header --dir=vta
      
      * [HEADER] ASF Header -dir=go
      
      * temp
      
      * [HEADER] ASF Header --dir=rust
      
      * [HEADER] Add ASF Header --dir=cmake
      
      * [HEADER] ASF Header --dir=docs
      
      * [HEADER] Header for Jenkinsfile
      
      * [HEADER] ASF Header to toml and md
      
      * [HEADER] ASF Header to gradle
      
      * Finalize rat cleanup
      
      * Fix permission
      
      * Fix java test
      
      * temporary remove nnvm onnx test
      Tianqi Chen committed
  5. 21 Oct, 2018 1 commit
  6. 22 Aug, 2018 1 commit
  7. 09 Aug, 2018 1 commit
  8. 03 Jul, 2018 1 commit
  9. 02 Mar, 2018 1 commit
  10. 02 Feb, 2018 1 commit
  11. 06 Nov, 2017 1 commit
  12. 26 Oct, 2017 1 commit
  13. 25 Oct, 2017 1 commit
  14. 22 Oct, 2017 1 commit
  15. 14 Oct, 2017 1 commit
  16. 13 Oct, 2017 1 commit
  17. 06 Sep, 2017 1 commit
  18. 05 Sep, 2017 1 commit
  19. 14 Aug, 2017 2 commits
    • [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
    • [TOPI] Move topi.nn.util to topi.util (#319) · d76712d1
      * [TOPI] Move topi.nn.util to topi.util
      
      * update the path
      Tianqi Chen committed
  20. 19 Jul, 2017 1 commit