1. 08 May, 2019 1 commit
  2. 01 May, 2019 2 commits
  3. 29 Apr, 2019 3 commits
    • [Relay][TOPI] Gluncv SSD support on the GPU (#2784) · a706ad16
      * ssd gluoncv gpu op updated
      
      * ssd gluoncv gpu op updated
      
      * tutorials and testes modified
      
      * tutorials and testes modified
      
      * fix lint
      
      * fix lint
      
      * address comment
      
      * multibox bug fixed
      
      * space line added
      
      * use less threads per block
      
      * use less threads per block
      
      * less threads per block for get valid count
      
      * less threads per block for get valid count
      
      * merge with master
      
      * Revert "less threads per block for get valid count"
      
      This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4.
      
      * Revert "less threads per block for get valid count"
      
      This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4.
      
      * typo fixed
      
      * elem length made to a variable
      
      * fix lint error
      
      * fix lint error
      
      * lint fixed
      
      * bug fixed
      
      * bug fixed
      
      * lint fixed
      
      * error fixed
      
      * error fixed
      
      * test ci
      
      * test ci
      
      * seperate argsort to be an independent op
      
      * seperate argsort to be an independent op
      
      * fix lint
      
      * fix lint
      
      * remove unsupported models
      
      * typo fixed
      
      * argsort added to realy
      
      * solve conflicts with master
      
      * fix lint
      
      * fix lint
      
      * test push
      
      * Revert "test push"
      
      This reverts commit 6db00883fab6cc06bddf564c926bb27c874397d8.
      
      * fix lint error
      
      * fix more lint
      
      * cpu test_sort udpated
      
      * debug ci
      
      * nms fixed
      
      * expose argsort to relay frontend
      
      * test ci
      
      * fix lint
      
      * sort register error fixed
      
      * fix nnvm
      
      * nms type fixed
      
      * adaptive pooling added to relay
      
      * Revert "adaptive pooling added to relay"
      
      This reverts commit 1119f1f2c055753e0cc5611627597749134c5c8c.
      
      * fix lint
      
      * expose argsort op
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * sort test updated
      
      * sort bug fixed
      
      * nnvm error fixed
      
      * fix argsort default data type returned to be float insteaf of int
      
      * fix lint
      
      * fix lint
      
      * test fixed
      
      * fix valid count
      
      * fix titanx bug
      
      * tutorial add both targets
      
      * titanx error fixed
      
      * try to fix CI old gpu error
      
      * try to solve CI GPU error
      
      * get_valid_count added
      
      * reverse get_valid_count
      
      * get valid count optimized
      
      * address comments
      
      * fix ci error
      
      * remove unessesary block sync
      
      * add back one sync
      
      * address comments
      
      * address more comments
      
      * more comments
      
      * move sort to be indepent algorithm
      
      * typo fixed
      
      * more typos
      
      * comments addressed
      
      * doc updated
      
      * fix pylint
      
      * address final comments
      
      * apache license added
      Leyuan Wang committed
  4. 28 Apr, 2019 1 commit
  5. 27 Apr, 2019 1 commit
    • Fixed issue #3069 by checking op tag (#3070) · 8f56949b
      * Fixed issue #3069 by adding in_channels
      
      * Registerd group_conv2d_nchw as topi compute
      
      * Improved by checking tag value
      
      * Removed group_conv2d_nchw topi registration
      
      * Added test for relay group_conv2d_nchw
      
      * Added assertions to forbid small group size
      
      * Removed hard-coded oc_block_factor
      
      * Added explanatory comments to group_conv2d_nchw_cuda
      
      * Updated group_conv2d_nchw_cuda schedule
      
      Removed 'direct' CUDA tests
      
      * Reverted an accidental change in a conv2d test
      
      * Fixed indentation problems
      
      * Fixed a mis-commented line
      
      * Reverted change in group_conv2d_nchw tag
      
      * Removed commented int8 group_conv2d test
      
      * Fixed group size assertions in group_conv2d_nchw_cuda
      Ruizhe Zhao (Vincent) committed
  6. 25 Apr, 2019 2 commits
  7. 17 Apr, 2019 1 commit
  8. 16 Apr, 2019 1 commit
  9. 13 Apr, 2019 2 commits
  10. 12 Apr, 2019 1 commit
  11. 09 Apr, 2019 3 commits
    • add document (#2714) · bb87f044
      lint
      
      lint
      
      save
      
      save
      
      add more case
      
      save
      
      error
      
      lint
      
      lint
      
      commit
      
      do
      
      lint
      
      save
      
      fix lint
      
      wrap it back as func
      
      lint
      
      save
      
      remove dead comment
      
      fix style
      
      fix lint
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      address review feedback
      
      pe now handle freevar. as a result preserving function is now trivial.
      
      test
      
      add basic test, implement pretty printing for generic function
      
      test
      
      lint
      
      fix segfault
      
      save
      
      save
      
      do
      
      test
      
      fix another error
      
      address comment
      
      commit
      
      save
      
      address review feedback
      
      add test for invalidate, fix error in lookup
      
      rename cont to boduy
      
      fix error and add regression test
      
      fix error, add test case
      
      Update src/relay/pass/partial_eval.cc
      
      Co-Authored-By: MarisaKirisame <lolisa@marisa.moe>
      
      fix lint
      
      remove extra line
      
      save
      
      save
      雾雨魔理沙 committed
    • [Relay] InferCorrectLayout for strided_slice & min_num_branches option in… · 5d70b008
      [Relay] InferCorrectLayout for strided_slice & min_num_branches option in CombineParallelConv2D (#2961)
      
      * [Relay] InferCorrectLayout for strided_slice
      
      * Add min_num_branches option to CombineParallelConv2D
      
      * Return undef if original layout contains splitted axes
      Wuwei Lin committed
  12. 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
  13. 02 Apr, 2019 1 commit
  14. 01 Apr, 2019 2 commits
  15. 30 Mar, 2019 3 commits
  16. 29 Mar, 2019 2 commits
  17. 23 Mar, 2019 2 commits
  18. 20 Mar, 2019 2 commits
  19. 14 Mar, 2019 4 commits
  20. 13 Mar, 2019 2 commits
  21. 12 Mar, 2019 1 commit
    • [Relay] Pass manager (#2546) · abe6f770
      * initial commit
      
      * add python frontend and module tests
      
      * add unit tests for function pass and optimize interface
      
      * add ExprPass
      
      * remove PassState and pass context for run
      
      * add required_passes
      
      * return module
      
      * remove move
      
      * fix minor reviews
      
      * remove optimizer, optimizer->pass_manager, make pass a the base class of all
      
      * remove deleted files
      
      * move resolvedependency to sequential pass, use ir_pass namespace
      
      * add todo
      
      * add disabled passes in sequetialpass
      
      * fix minor
      
      * fix currying doc
      
      * remove pass_kind from passnode
      
      * remove pass kind from test
      
      * fix doc
      
      * fix per @tqchen's comments
      
      * remove pass_manager.py create separate classes
      
      * simplify pass_func
      
      * inline using passfunc
      
      * update doc
      
      * disable test_quantize_pass for now
      
      * create PassInfo class to contain the meta data
      
      * flatten passinfo for interface
      
      * retrigger ci
      
      * remove required method
      
      * make Pass python class lighter
      
      * create pass -> decorator
      
      * make the api consistent for all classes
      Zhi committed
  22. 11 Mar, 2019 1 commit
  23. 10 Mar, 2019 1 commit