- 06 Dec, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 05 Dec, 2019 1 commit
-
-
* [relay][op] Add shape func to tile * retrigger ci * check dynamic axes * retrigger ci
Zhi committed
-
- 04 Dec, 2019 5 commits
-
-
Junru Shao committed
-
ziheng committed
-
* lldb pretty printers for relay A set of lldb debugger pretty printers that use the relay PrettyPrinter functionality to display data structures in the lldb debugger. * lldb pretty printers for relay A set of lldb debugger pretty printers that use the relay PrettyPrinter functionality to display data structures in the lldb debugger. - Put the dot.lldbinit file in your home directory as .lldbinit. - Update the file to point to the pretty printer script tvm.py - Restart lldb
Leo-arm committed -
Liang ZOU committed
-
* implement conv3d op * add back missed conv2d_output_shape by mistake * fix typo and docs, add topi test * rebase to master and merge 2d/3d unification * use cudnn.conv_forward
optima2005 committed
-
- 03 Dec, 2019 6 commits
-
-
Tianqi Chen committed
-
* [RUNTIME] Add cudnn conv3d * add output checking to test_cudnn.verify() * fix tests failure * revised per as review comments * unify conv_output_shape, conv_find_algo and conv_forward * convert python list to tvm.array in conv_forward * revise per as comments * 'pass as reference' for vector args * add back con2d/3d seperated implementation * remove unused included header * remove extra std::vectors * remove unused header
optima2005 committed -
Tianqi Chen committed
-
Jammy Zhou committed
-
jmorrill committed
-
abergeron committed
-
- 02 Dec, 2019 4 commits
-
-
Yong Wu committed
-
* add benchmark log format doc * code review changes * remove runtime_config, add md5 field * schema edits
anwang2009 committed -
Logan Weber committed
-
HarryWu committed
-
- 01 Dec, 2019 4 commits
-
-
Alexander Pivovarov committed
-
Wei Chen committed
-
* Fix lambda lift * clean up * lint * fix * remove unused import
Haichen Shen committed -
* Add a function to set the qnn output range wrt each elemwise operation. * Add comments warning for nonsense clamped output in the tflite/tvm results comparison.
Ina Dobreva committed
-
- 28 Nov, 2019 2 commits
-
-
Thierry Moreau committed
-
Liangfu Chen committed
-
- 27 Nov, 2019 5 commits
-
-
* [Doc] Fix broken link * [Doc] Fix broken link * [Doc] Fix broken link
Neo Chien committed -
* disable pipelined adder and enable streamlined gemm execution * pipeline first layer of adder * explain difference between pipeadder and adder * add comment for explaining the hard-coded latency
Liangfu Chen committed -
Thomas Viehmann committed
-
* [ARM CPU] Fix contrib_spatial_pack error * PyLint error fix * diable no-else-return as other files * Change the test case split OC not be 1 to cover 5D weight layout
Zhao Wu committed -
* relay -> vta fix * setting optlevel to 3 for quantization to fold batchnorm
Thierry Moreau committed
-
- 26 Nov, 2019 8 commits
-
-
Tianqi Chen committed
-
* [DOCS] Update main website to tvm.apache.org * Update jvm pom repo loc * Change the org to asf * Update ci addr to new one
Tianqi Chen committed -
Junru Shao committed
-
Haichen Shen committed
-
* select model with the most tuned schedules * change detect empty map method * modify model description for load_reference_log
Xingyu Zhou committed -
Neo Chien committed
-
Haichen Shen committed
-
Thierry Moreau committed
-
- 25 Nov, 2019 2 commits
-
-
Thomas Viehmann committed
-
* add half and mix precision support to cublas backend * add TensorCore support in CuDNN * enhance CuDNN support * address comments and fix lint * fix * add fp16 test
Siyuan Feng committed
-
- 24 Nov, 2019 2 commits
-
-
Tianqi Chen committed
-
Philip Hyunsu Cho committed
-