- 09 Oct, 2019 2 commits
-
-
Zhi committed
-
Animesh Jain committed
-
- 08 Oct, 2019 8 commits
-
-
Yizhi Liu committed
-
Use fdiv in the tests for the deduce_bound
Umang Yadav committed -
if n_trial is larger then config space.
Attila Dusnoki committed -
Issue: git clone latest TVM/VTA and run VTA on xilinx FPGA board, application crashed due to the "call stack overflow" which caused by a infinite recursive function call. this issue ever happen before and get addressed by PR 3843. Analysis: seems like de10-nano driver PR used old code base then the logic change of 3843 get eliminated. Solution: add the logic back.
Hua Jiang committed -
The -mfloat-abi hard option does not work for LLVM < 6.0 as it is ignored. This adds a fatal error when using unsupported LLVM versions so that the failure is not silent.
mbarrett97 committed -
Animesh Jain committed
-
* Fix VM invoke with set_params * add test * tweak
Haichen Shen committed -
Wuwei Lin committed
-
- 07 Oct, 2019 5 commits
-
-
Logan Weber committed
-
In current implementation HIDE_PRIVATE_SYMBOLS hides symbols from TVM itself but not from its dependent libraries. This is problematic when other third-party libraries with the same symbols are linked to the same executable. One example is using TVM with Mesa OpenCL drivers: they depend on LLVM and load its shared libraries with RTLD_GLOBAL flag, which results in conflicts with LLVM symbols that TVM uses. Arguably this particular issue belongs to Mesa (here's their tracking bug: https://gitlab.freedesktop.org/mesa/mesa/issues/236) but in general that's the right thing to do regardless of this particular bug. Note that I'm not enabling this functionality for Darwin as in my earlier tests their linker didn't seem to understand "--exclude-libs" (but I don't have test platform ATM to double-check).
ndl committed -
雾雨魔理沙 committed
-
fix some typos
Bohan Hou committed -
Chengji Yao committed
-
- 06 Oct, 2019 4 commits
-
-
Animesh Jain committed
-
Animesh Jain committed
-
The tensorflow zeros_like operation provided in array_ops.py produces directly a tensor with zeros without a graph, using only the shape and type of the input. This imposes the use of gen_array_ops.py that produces both a tensor and a graph so a comparison between tflite and tvm can be done.
Ina Dobreva committed -
@zhiics @icemelon9
Yong Wu committed
-
- 05 Oct, 2019 4 commits
-
-
* [Relay][VM] Add more passes to VMCompiler * Check build config * Add todo
Wei Chen committed -
Wei Chen committed
-
* fix * tweak
Haichen Shen committed -
* save save redo max test save address comment fix * address comment * increase rtol * address review comment
雾雨魔理沙 committed
-
- 04 Oct, 2019 1 commit
-
-
Yizhi Liu committed
-
- 03 Oct, 2019 2 commits
-
-
Jon Soifer committed
-
* [Relay][Op] Add instance norm op * mend [Relay][Op] Add instance norm op
bindog committed
-
- 02 Oct, 2019 3 commits
-
-
Animesh Jain committed
-
Umang Yadav committed
-
* [TF][Op] Add TF op Where * improve tests * add tests for vm
Wei Chen committed
-
- 01 Oct, 2019 4 commits
-
-
Cody Hao Yu committed
-
Tianqi Chen committed
-
* Add op argwhere * Move shape func to _algorithm.py * Add lint rule * Raise exception if rank is not supportted * move argwhere to transform * Add argwhere example * Fix lint * Add 1-d support * cleanup * Add more dtype support * CR comment * Improve error message * Docs * raise exception
Wei Chen committed -
* [topi] add ARM v8.2 udot (uint8) support * fix test case * fix common conv2d schedule * add back fp32_time in test * fix lint * fix doc, add support for int32_lanes=4, signed int * fix lint * add ic_bn % 4 checker in schedule
Yizhi Liu committed
-
- 30 Sep, 2019 5 commits
-
-
Tianqi Chen committed
-
Animesh Jain committed
-
Animesh Jain committed
-
There are dependencies on dmlc-core in TVM public API headers (e.g. some headers include dmlc/logging.h) so it needs to be installed as part of TVM for TVM headers to be actually usable.
ndl committed -
Tianqi Chen committed
-
- 29 Sep, 2019 2 commits
-
-
* Fix parser * Doc fix * Add module utility functions necessary for prelude * Implement prelude in text format * Remove programmatically constructed prelude defs * Fix 0-arity type conses in pretty printer and test * Make prelude loading backwards-compatible * Fix patterns * Improve some prelude defs * Fix `ImportFromStd` It needs to also follow the "add unchecked, add checked" pattern * Lint roller * Woops * Address feedback * Fix `test_list_constructor` VM test * Fix `test_adt.py` failures
Logan Weber committed -
please see https://stackoverflow.com/a/26949099
egolearner committed
-