- 07 Feb, 2020 4 commits
-
-
* [REFACTOR][PY-API] Polish tvm.runtime, tvm.runtime.module API update This PR updates the tvm.runtime to use the new FFI style. - Remove top-level tvm.module to avoid confusion between runtime.Module and IRModule - API changes wrt to runtime.Module - tvm.module.load -> tvm.runtime.load_module - tvm.module.enabled -> tvm.runtime.enabled - tvm.module.system_lib -> tvm.runtime.system_lib - Remove dep on api_internal from runtime. * Update module.load in the latest API
Tianqi Chen committed -
Animesh Jain committed
-
Zhao Wu committed
-
Zhi committed
-
- 28 Jan, 2020 1 commit
-
-
* Implement pass tracing API * Set is_before correctly * Add docs for trace function * Fix lint * Remove PDB * Ensure trace_func is set before calling * Fix conditional
Jared Roesch committed
-
- 24 Jan, 2020 1 commit
-
-
hlu1 committed
-
- 21 Jan, 2020 1 commit
-
-
* BYOC Tutorial -- part 2 * Fix comments * Address comments
Cody Yu committed
-
- 16 Jan, 2020 3 commits
-
-
* [Docs] Convert Layout pass. * Address comments. Section 3 massaging. * Address comments.
Animesh Jain committed -
* BYOC tutorial: codegen C * Address comments * Address comments * Add build option * Address comments * Use TVM_DLL_EXPORT_TYPED_FUNC
Cody Yu committed -
* [arith] add ShapeVar representing non-neg valued variable in a tensor shape * bounder remover; deal with div in int_set differently * fix bounder_remover * migrate unittest to use shape_var * use tvm.shape_var in integration & relay tests * add test case; fix Var register * fix lint * fix lint again * add default ShapeVar visitor in Relay * fix override * fix ShapeVar visit bug * revert IntervalSet for shape_var * remove bound_remover * remove is_var; use constructor for shapevar/var instead * ShapeVar -> SizeVar; add constructor comments * shape_var -> size_var in doc * tindex -> size
Yizhi Liu committed
-
- 14 Jan, 2020 1 commit
-
-
This PR brings relay::Module as the unified IRModule structure. IRModule will be used as the basic unit for transformations through out the stack. - Rename relay::Module -> IRModule - Move relay/module.h -> ir/module.h - ModuleNode::FromExpr -> IRModule::FromExpr - FromText -> IRModule::FromText
Tianqi Chen committed
-
- 11 Jan, 2020 2 commits
- 09 Jan, 2020 1 commit
-
-
* [AutoTVM] Use vm compile in extracting task from relay * update * restructure vm compiler to reduce task extraction time * x * fix * update doc * udpate doc * lint
Haichen Shen committed
-
- 06 Jan, 2020 1 commit
-
-
* As a result of backwards incompatible changes released in pillow 7.0, torchvision crashes if you just "pip install pillow", as we do in a few places. * This patch sets pillow<7 to be installed in Dockerfiles and support material as tutorials and documentation.
Leandro Nunes committed
-
- 04 Jan, 2020 1 commit
-
-
TVM_REGSISTER_API is an alias of TVM_REGISTER_GLOBAL. In the spirit of simplify redirections, this PR removes the original TVM_REGISTER_API macro and directly use TVM_REGISTER_GLOBAL. This type of refactor will also simplify the IDE navigation tools such as FFI navigator to provide better code reading experiences. Move EnvFunc's definition to node.
Tianqi Chen committed
-
- 27 Dec, 2019 1 commit
-
-
* [TOPI] add 3D upsampling Op. * fix lint issues * change align_corners to coordinate_transformation_mode * fix resize3d half_pixel * make a simple function and clean up trilinear_resize3d_python * fix doc
optima2005 committed
-
- 23 Dec, 2019 1 commit
-
-
* [Relay] add max_pool3d in relay and TF converter * fix comments
Yong Wu committed
-
- 22 Dec, 2019 1 commit
-
-
* [TEST] Remove nnvm related code in topi and test script * Remove docs dep
Tianqi Chen committed
-
- 20 Dec, 2019 1 commit
-
-
* [DOCS] Mention Ninja build system in install/from_source.rst * Address comments
Hideto Ueno committed
-
- 02 Dec, 2019 1 commit
-
-
* add benchmark log format doc * code review changes * remove runtime_config, add md5 field * schema edits
anwang2009 committed
-
- 27 Nov, 2019 1 commit
-
-
* [Doc] Fix broken link * [Doc] Fix broken link * [Doc] Fix broken link
Neo Chien committed
-
- 26 Nov, 2019 1 commit
-
-
* [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
-
- 24 Nov, 2019 1 commit
-
-
Yizhi Liu committed
-
- 22 Nov, 2019 1 commit
-
-
tripley committed
-
- 20 Nov, 2019 1 commit
-
-
Liang ZOU committed
-
- 18 Nov, 2019 1 commit
-
-
* Add tf FloorMod * Add floor_div/mod into topi and relay * Add to rst * Fix test
Yao Wang committed
-
- 15 Nov, 2019 2 commits
-
-
T.J. Mercier committed
-
Philip Hyunsu Cho committed
-
- 10 Nov, 2019 1 commit
-
-
Yizhi Liu committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 01 Nov, 2019 1 commit
-
-
Kim committed
-
- 31 Oct, 2019 1 commit
-
-
* [Doc] Update ANTLR instruction * Update docs/install/from_source.rst
Wei Chen committed
-
- 30 Oct, 2019 1 commit
-
-
* Add support for Any op * Support ONNX frontend * Add doc * Add to relay docs * Dummy change to retrigger CI
Jon Soifer committed
-
- 24 Oct, 2019 1 commit
-
-
* Start to update TF frontend docs * Add rst * Remove markdown * Update wording * Resolve comments
Jon Soifer committed
-
- 21 Oct, 2019 1 commit
-
-
FIX "After connecting he usb" with "After connecting the usb"
Monkeyking committed
-
- 20 Oct, 2019 1 commit
-
-
We think it will reduce the confusion with the meaning. https://discuss.tvm.ai/t/discuss-consider-rename-vm-datatype/4339
Wei Chen committed
-
- 13 Oct, 2019 1 commit
-
-
Leo Chen committed
-
- 27 Sep, 2019 2 commits
-
-
brett koonce committed
-
Tianqi Chen committed
-