- 24 Nov, 2019 2 commits
-
-
* [LINT] Improve the check tool to handle ASF copyright message. * [LINT] Remove unnecessary copyright message as per ASF requirement. * Fix codegen hybrid * [LINT] Broaden license checks to include html, xml * [LINT] Fix rest of the files * Fix notice * [LINT] Improve check file type error message
Tianqi Chen committed -
Yizhi Liu committed
-
- 23 Nov, 2019 2 commits
-
-
Alexander Pivovarov committed
-
Tianqi Chen committed
-
- 22 Nov, 2019 8 commits
-
-
Zhi committed
-
* [LICENSE] add 3rdparty licenses * rename license files to .txt
Yizhi Liu committed -
tristan-arm committed
-
Tianqi Chen committed
-
* [Golang][Doc] improve the samples and doc * [Golang][Doc] add asf header * [Golang][Doc] Improve the end to end example * [Golang][Doc] Improve the end to end example
Neo Chien committed -
tripley committed
-
Cody Yu committed
-
* [VM] add a few more API to vm * [VM][Fix] fix vm convert args * [VM] a few fixes * rename fields * update * update vm profiler * x * add doc * lint * fix test * address comments
Haichen Shen committed
-
- 21 Nov, 2019 7 commits
-
-
* [TOPI] Fix flaky testcase for floor div * avoid check at 0.0
Yizhi Liu committed -
Haichen Shen committed
-
Huang, Guangtai committed
-
* fix slice bug when input is param * use _infer_value rather than _infer_value_simulated
Siyuan Li committed -
Previously, we would rely on the later phases to error out (often for using too much shared memory). This enables the checks on the IR that already exist for CUDA and OpenCL also for ROCm.
Thomas Viehmann committed -
Animesh Jain committed
-
Zhi committed
-
- 20 Nov, 2019 7 commits
-
-
Tianqi Chen committed
-
* [ThreadPool] Solve thread transitions issue * Use pthread_atfork to avoid master thread affinity be derived by child. * Code Format * comment of exclude_worker0_ * set full cpu affinity * Redundant blank line * CPPLint * CPPLint namespace * CPPLint * Fix the wrong logic of bind master thread.
Zhao Wu committed -
Alexander Pivovarov committed
-
Yizhi Liu committed
-
masahi committed
-
Liang ZOU committed
-
Tianqi Chen committed
-
- 19 Nov, 2019 7 commits
-
-
Yizhi Liu committed
-
* [Relay][Quantize] Integrate data-aware calibration into quantization * Update _calibrate.py * trigger ci * Address comments * address comments
Wuwei Lin committed -
* [PERF] parallel reduction in cpu * fix * x * update * lint * fix
Haichen Shen committed -
* [tutorial] nnvm -> relay * use relay workload * delete movbilenetv2 option
Yizhi Liu committed -
Alexander Pivovarov committed
-
Animesh Jain committed
-
* add rule for clean * Update clean rule Seems like lib/ directory is not made by the makefile So don't delete directory, just the contents of it.
miheer vaidya committed
-
- 18 Nov, 2019 6 commits
-
-
Yizhi Liu committed
-
Cody Hao Yu committed
-
Tianqi Chen committed
-
* Add tf FloorMod * Add floor_div/mod into topi and relay * Add to rst * Fix test
Yao Wang committed -
* [Relay][Frontend][Tensorflow]Add conv2d_transpose * add transformation from NHWC to NCHW to compatible with TVM conv2d_transpose implementation * remove 'dilations' paramater to compitable with TF1.3
optima2005 committed -
When getting cuda schedule passing single tensor seem to work but after changing target to "llvm" causes assert. Sending list on other hand makes both cuda and llvm targets happy. See https://discuss.tvm.ai/t/solved-simple-example-error-attributeerror-tensorslice-object-has-no-attribute-op/2245/3
miheer vaidya committed
-
- 16 Nov, 2019 1 commit
-
-
Philip Hyunsu Cho committed
-