- 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 3 commits
-
-
Philip Hyunsu Cho committed
-
* Add qnn conv2d attributes for input_tensor_scale and kernel_tensor_scale. The lowering in the tflite frontend loses the input_tensor_scale and the kernel_tensor_scale by multiplying it and putting it into the Requantize operation. This means that any graph partitioning passes or other passes that need to access this information no longer have it available in the qnn dialect. regards Ramana * Store input tensor scale and Weight tensor scale for Dense as well As for conv2d, the tflite frontend drops the input tensor scale and the weight tensor scale from the relay op. Store it as separate fields in there. * Fix unintentional tab * Rename input_tensor_scale to input_scale and kernel_tensor_scale to kernel_scale for conv2d. * input_tensor_scale -> input_scale weight_tensor_scale->weight_scale * Rework dense testcase And use input_scale and kernel_scale * Be consistent in use of input_scale and kernel_scale values * Fixup qnn conv2d tests for input_scale and kernel_scale * Make pydoc identical between conv2d and dense for weight_tensor * Fix up conv2d parameters to be in the same order between C++ and python * Fix ordering of parameters for dense. * Add input_scale and output_scale to try and satisfy ci gods * Delete input_scale and kernel_scale. nn.conv2d does not contain input_scale and kernel_scale. We need to delete it when lowering it to nn.conv2d. * Add input_scale and kernel_scale for qnn.conv2d
Ramana Radhakrishnan committed -
Animesh Jain committed
-