- 30 Oct, 2019 5 commits
-
-
Tianqi Chen committed
-
Sergei Grechanik committed
-
* [QNN] Improving Dense lowering. * - Moving get_shape method to util - Finalizing the test cases and the code structure for optimized dense computation. * - Fixing cpplint. * - Addressing review comments. * - Renaming the variables correctly. * - Renaming the variables correctly.
shoubhik committed -
Bohan Hou committed
-
* Add Python type functor and tests * Lint roller
Logan Weber committed
-
- 29 Oct, 2019 3 commits
- 28 Oct, 2019 4 commits
-
-
* :add scale2 for upsample * update unit test for upsampling * support latest upsample op for multiple frontend * fix lint * fix lint * fix lint * fix lint * update scale description and rebase
Xingyu Zhou committed -
Tianqi Chen committed
-
Animesh Jain committed
-
Logan Weber committed
-
- 27 Oct, 2019 5 commits
-
-
Tianqi Chen committed
-
* app init push * fix on readme * change name, add bit serial explanantion * rm serialLoadMM, change doc * syntax change for readme * add parallel test functionality * fix readme * add python doc * syntax * init commit * fix empty line * fix typo
Benjamin Tu committed -
* Add support for op Where * Update impl version
Jon Soifer committed -
* Add support for attaching params * Fix types * Fix test
Jared Roesch committed -
* add checkpoint annotation for checkpointing memory optimization * add alpha-equivalence checkpoint test and fix gradient type issue * fix build issues * ignore checkpoint annotation when checking missing gradients * refactor, fix checkpoint compute for tuple and add tests
Altan Haan committed
-
- 25 Oct, 2019 3 commits
-
-
Zhi committed
-
* save * lint
雾雨魔理沙 committed -
Animesh Jain committed
-
- 24 Oct, 2019 12 commits
-
-
Tianqi Chen committed
-
* [NODE][REFACTOR] Refactor reflection system in node. - Removed the old Node, Node is now just an alias of runtime::Object - Introduce ReflectionVTable, a new columnar dispatcher to support reflection - This allows us to remove vtable from most node objects - The VisitAttrs are registered via TVM_RESGITER_NODE_TYPE, they are no longer virtual. - Consolidated serialization and reflection features into node. * Explicit type qualification when calling destructor. * Fix SPIRV, more comments
Tianqi Chen committed -
* add tensor core support * avoid memory bank conflict * fix thread sync & better performance * better performance * add schedule test for conv2d * extend into BatchMatMul * support config fragment shape and layout using intrinsic * add TensorCore tutorial * add int support and fix lint * address comment * add 32*16*8 TensorCore test * fix wmma include logic
Siyuan Feng committed -
* support conv2d HWCN in AutoTVM and Relay * fix lint * fix comments and unit tests
Cody Hao Yu committed -
* save lint * address reviewer comment
雾雨魔理沙 committed -
Ina Dobreva committed
-
Zhi committed
-
* Fix example code in comment of tvm.build_module.build() * Update build_module.py
optima2005 committed -
Yao Wang committed
-
* Support setting path to ANTLR jar * Update comment
Jon Soifer committed -
This reverts commit 6f9d028b.
Tianqi Chen committed -
* Start to update TF frontend docs * Add rst * Remove markdown * Update wording * Resolve comments
Jon Soifer committed
-
- 23 Oct, 2019 3 commits
-
-
Bjarke Hammersholt Roune committed
-
* [rpc] use callback func to do send & recv. don't get fd from sock as it is deprecated in java * fix java build * fix min/max macro define in windows * keep the old rpc setup for py * add doc for CallbackChannel
Yizhi Liu committed -
Wei Chen committed
-
- 22 Oct, 2019 5 commits
-
-
* [Relay][Frontend][TF] Fix Size operator * Uncomment tests
Jon Soifer committed -
mbarrett97 committed
-
Cody Hao Yu committed
-
Altan Haan committed
-
Zhi committed
-