- 08 May, 2019 2 commits
-
-
Marcus Shawcroft committed
-
- 05 May, 2019 3 commits
-
-
* Fix rocm dense autotvm template * suppres lint warning
masahi committed -
* [Relay][Frontend] add log op in tf frontend * address comment
Yong Wu committed -
* [TOPI] fix mali conv * fix typo * address comments
Lianmin Zheng committed
-
- 04 May, 2019 1 commit
-
-
Tianqi Chen committed
-
- 03 May, 2019 1 commit
-
-
* Developer documentation for InferBound pass.
Jessica Davies committed
-
- 02 May, 2019 6 commits
-
-
Marcus Shawcroft committed
-
* Add support for custom NDArray memory management Credit to @icemelon9 and @wweic * Fix copy-paste issue * Fix naive allocator.h * Remove buffer field * Apply Wei's suggestions. Co-Authored-By: jroesch <roeschinc@gmail.com> * Fix Wei's suggestion * Fix go rts * Break MM dependency * Add docs and clean up diff * Add more docs * Move to VM folder * Fix lint * Remove Go dep. * Rename to Empty * Address Haichen's comments
Jared Roesch committed -
Haichen Shen committed
-
Tianqi Chen committed
-
Jared Roesch committed
-
Lianmin Zheng committed
-
- 01 May, 2019 8 commits
-
-
Marcus Shawcroft committed
-
* print op names in graph runtime debug * fix lint
Yida Wang committed -
* Fix PRelu layout in Relay * Fix cpplint * Add PRelu test case
Zhao Wu committed -
* Correct spelling of 'inavlid' * [DOC] correct spelling of 'schdule'. * [DOC] clean up use of abbreviation "interop" * [DOC] capitalize API abbreviation consistently * [DOC] correct spelling of 'peformed'. * [DOC] correct spelling of 'intermidiate' * Remove trailing white space. * Correct spelling of 'parametrization'. * [DOC] minor improvements to Range documentation.
Marcus Shawcroft committed -
* Add FULLY_CONNECTED op into tflite frontend, support Inception V4 * Fix comment style in TF Lite tests.
songqun committed -
lixiaoquan committed
-
* [relay][bugfix] fuse injective to elemwise and broadcast * enhance fusion for prarllel injectiveOD * check if tensor in schedule * fix codegen * fix lint * update * lint
Zhi committed -
Haichen Shen committed
-
- 30 Apr, 2019 1 commit
-
- 29 Apr, 2019 5 commits
-
-
Jared Roesch committed
-
* 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 -
Yizhi Liu committed
-
Gemfield committed
-
masahi committed
-
- 28 Apr, 2019 4 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Wuwei Lin committed
-
MaxXing committed
-
- 27 Apr, 2019 4 commits
-
-
Pedro Larroy committed
-
Meghan Cowan committed
-
Bing Xu committed
-
* 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
-
- 26 Apr, 2019 5 commits
-
-
1) fixed a functional bug in loop partitioning algorithm that is exposed when double splitting with indivisible factors 2) added a testcase (#2956)
Salem Derisavi committed -
[TVM][ARITH] Teach BoundDeduce to handle the case in which target var can appear in rhs of expression (#2795) * target variable can now appear in either lhs or rhs of the expression to be analyzed * removed extra spaces
Salem Derisavi committed -
* Quantize dense layers * Add out_dtype arggument to dense; Add dense_int8 on CUDA * Add topi unittest of dense int8 * Fix relay * Fix topi integration * Fix quantization * Update dense_rewrite * Triger CI * Change qconfig quantize_dense to quantize_op * Fix * Remove quantize_op from qconfig
Wuwei Lin committed -
Tianqi Chen committed
-
Siva committed
-