- 02 Jul, 2019 1 commit
-
-
Zhi committed
-
- 28 May, 2019 1 commit
-
-
masahi committed
-
- 29 Apr, 2019 1 commit
-
-
* 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
-
- 08 Apr, 2019 1 commit
-
-
* [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
-
- 11 Mar, 2019 1 commit
-
-
Yao Wang committed
-
- 06 Dec, 2018 1 commit
-
-
Wu Zhao committed
-
- 04 Dec, 2018 1 commit
-
-
Jared Roesch committed
-
- 15 Nov, 2018 1 commit
-
-
Yizhi Liu committed
-
- 31 Oct, 2018 2 commits
-
-
Haichen Shen committed
-
ziheng committed
-
- 21 Oct, 2018 1 commit
-
-
Sergey Mironov committed
-
- 02 Oct, 2018 1 commit
-
-
Sergei Grechanik committed
-
- 25 Sep, 2018 1 commit
-
-
* Bugfix operator fusion for residual block with layout transform * add a test case * update error message
masahi committed
-
- 18 Sep, 2018 1 commit
-
-
* Add mean and product operators * Fix typo * Fix lint * fix test * Fix gpu schedule * Update doc * remove mean from topi * Add nnvm test * Fix cuda schedule * Remove cuda schedule
yuruofeifei committed
-
- 11 Sep, 2018 1 commit
-
-
Siva committed
-
- 31 Aug, 2018 1 commit
-
-
Wu Zhao committed
-
- 23 Aug, 2018 1 commit
-
-
* [NNVM][TEST] Numerical gradient testing * [NNVM][TEST] Make some tests a little faster * Fix the failing test_top_level3 * Target exclusion for the check_function * Try to ignore singularities * grad_input_vars now can't contain shapes * Don't pass unnecessary grad_input_vars to check_function * Multiple outputs; fixes; testing of check_function * Use numerical_grads_params to pass parameters to numgrad checker * Fail when no action is requested excplicitly * Pass additional params to functions * Silence the linter issue * Simplified numgrad checking * Improved docs for check_function * Fixed the error message when no dtype is provided * Several fixes * Tests with shape/dtype inference for inputs * Don't check dense's grads on cuda * Raise an error if output dtypes haven't been inferred * Moved shape/dtype inference into a separate function; use float32 as fallback * Remove redundant dtype=float32 * Fix multiple outputs * Use check_function in the rest of the test_top_level1
Sergei Grechanik committed
-
- 22 Aug, 2018 1 commit
-
-
* support fallback & fix bugs in tuners & clean topi test * update task extraction * update task extraction * fix arm tutorial * Update tune_nnvm_arm.py
Lianmin Zheng committed
-
- 20 Aug, 2018 1 commit
-
-
masahi committed
-
- 17 Aug, 2018 1 commit
-
-
masahi committed
-
- 08 Aug, 2018 1 commit
-
-
masahi committed
-
- 03 Aug, 2018 2 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-
- 02 Aug, 2018 1 commit
-
-
Tianqi Chen committed
-
- 31 Jul, 2018 1 commit
-
-
Sergei Grechanik committed
-
- 27 Jul, 2018 1 commit
-
-
sgrechanik-h committed
-
- 25 Jul, 2018 1 commit
-
-
Sergey Mironov committed
-
- 18 Jul, 2018 3 commits
-
-
Tianqi Chen committed
-
Yao Wang committed
-
Siva committed
-
- 13 Jul, 2018 2 commits
-
-
Pariksheet Pinjari committed
-
Yao Wang committed
-
- 09 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-
- 08 Jul, 2018 1 commit
-
-
[NNVM][TOP] broadcast versions corresponding to topi: mod, max, min, pow, left_shift, right_shift greater, less, equal, not_equal, greater_equal and less_equal. (#1383)
Siva committed
-
- 04 Jul, 2018 1 commit
-
-
Dayananda V committed
-
- 28 Jun, 2018 2 commits
-
-
Tianqi Chen committed
-
Pariksheet Pinjari committed
-
- 27 Jun, 2018 2 commits
- 24 Jun, 2018 1 commit
-
-
Siva committed
-