- 01 Nov, 2019 1 commit
-
-
* [NODE][REFACTOR] Rename IRFunctor->NodeFunctor, use function pointer for dispatching. Previously we used std::function for the functor dispatching. It introduces additional overhead and problems during dll destruction(of std::function). This PR changes the std::function to function pointers. This change a bit restrictions around the set_dispatch that we can get around, but will improve the general efficiency by reducing one level of indirection in the std::function. We also no longer need special marcos to register functions to the Functor.
Tianqi Chen committed
-
- 24 Oct, 2019 1 commit
-
-
* 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
-
- 21 Oct, 2019 1 commit
-
-
* [REFACTOR][NODE][RUNTIME] Move Node to the new Object protocol. This PR removes the original node system, and make node as a subclass of Object. This is a major refactor towards a better unified runtime object system. List of changes in the refactor: - We now hide data_ field, use Downcast explicitly to get a sub-class object. - Removed the node system FFI in python. - Removed the node C API, instead use PackedFunc for list and get attrs. - Change relay::Op::set_attr_type_key(attr_key_name) to relay::Op::set_attr_type<AttrType>(). - This change was necessary because of the new Object registration mechanism. - Subsequent changes to the op registrations - The change revealed a few previous problems that is now fixed. - Patched up a few missing node type registration. - Now we will raise an error if we register object that is not registered. - The original node.h and container.h are kept in the same location. - Calling convention: kObjectHandle now equals the old kNodeHandle, kNodeHandle is removed. - IRFunctor now dispatches on ObjectRef. - Update to the new type checking API: is_type, derived_from are replaced by IsInstance. - Removed .hash member function, instead use C++ convention hasher functors. * Address review comments
Tianqi Chen committed
-
- 11 Oct, 2019 1 commit
-
-
* [tvm][any] broadcast with values other than 1 * Add test for incompatible runtime values * Remove hybrid script compact buffer binding * retrigger ci
Zhi committed
-
- 02 Jul, 2019 1 commit
-
-
* [Codegen] Support broadcast op with symbolic shape * fix case where last dim = 1 * use enum; simplify stride calculation; improve doc * fix lint * improve py doc
Yizhi Liu committed
-
- 28 Jun, 2019 1 commit
-
-
Thierry Moreau committed
-
- 04 Jun, 2019 1 commit
-
-
* init impl for topk * Fix cpu for topk * init cuda impl for topk * Add cuda for topk * fix * Add doc * update doc * lint * lint * lint * x * fix warning * [Relay] Add TopK in tf converter * Add frontend converter * fix
Haichen Shen committed
-
- 24 May, 2019 1 commit
-
-
Tianqi Chen committed
-
- 21 May, 2019 1 commit
-
-
Logan Weber committed
-
- 16 May, 2019 1 commit
-
-
Zhi committed
-
- 10 May, 2019 1 commit
-
-
* heterogeneous build for c++ * merge relay buildmodule to codegen build * use module split * use target_host * remove sse3 * retrigger ci
Zhi committed
-
- 08 May, 2019 1 commit
-
-
* [Relay] C++ Build module * asdf
Bing Xu committed
-
- 01 May, 2019 2 commits
-
-
Marcus Shawcroft committed
-
* Correct spelling of 'inavlid' * [DOC] correct spelling of 'schdule'. * [DOC] clean up use of abbreviation "interop" * [DOC] capitalize API abbreviation consistently * [DOC] correct spelling of 'peformed'. * [DOC] correct spelling of 'intermidiate' * Remove trailing white space. * Correct spelling of 'parametrization'. * [DOC] minor improvements to Range documentation.
Marcus Shawcroft committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 13 Feb, 2019 1 commit
-
-
* a preliminary version is done? * we no longer need the redundant hybrid/api.py * support assert stmt * cast supported * intrin -> runtime; util is mainly in charge of compilation time * assert statement * fix python lint * fix cpp lint * on the way to module * rollback .cc * fix typo, no direct expose then * @vinx13 ceil is added i guess? * wip... * temp commit * fix import * i preliminary version is done? * on the way to build hybrid module * nearly fixed... * dumped python are equiv as original python * on the way to bootstrap * cpu bootstrap done * bootstrap! * fix lint * fix doc * resolve some review concerns * support load/save * fix lint * thanks to xqdan fixed my typo * fix build, make dump non-optional * add vthread * jesus why i added this
Jian Weng committed
-
- 08 Jan, 2019 1 commit
-
-
Li-Wen Chang committed
-
- 07 Dec, 2018 1 commit
-
-
Liang ZOU committed
-
- 30 Nov, 2018 1 commit
-
-
The pass which instruments checkers before memory accesses (load/store). This allows to handle invalid memory accesses. The patch is related to issue: https://discuss.tvm.ai/t/array-bounds-checking/944
Denis Khalikov committed
-
- 05 Nov, 2018 1 commit
-
-
Tianqi Chen committed
-
- 20 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 19 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 25 Aug, 2018 1 commit
-
-
* [CODEGEN][AOCL] Add math intrinsic rules * introduce aocl_emu target for AOCL emulation * rename aocl_emu with aocl_sw_emu * update docs
MORITA Kazutaka committed
-
- 09 Aug, 2018 1 commit
-
-
* [TOPI] add injective scheduler for HLS backends * Introduced PrintBinaryExpr
MORITA Kazutaka committed
-
- 02 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 31 Jul, 2018 1 commit
-
-
TABATA, Keiichi committed
-
- 12 Jul, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 26 Jun, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 22 Jun, 2018 1 commit
-
-
Leyuan Wang committed
-
- 21 Apr, 2018 1 commit
-
-
Tianqi Chen committed
-
- 19 Apr, 2018 1 commit
-
-
Tianqi Chen committed
-
- 08 Apr, 2018 2 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-
- 07 Apr, 2018 1 commit
-
-
Leyuan Wang committed
-
- 01 Apr, 2018 1 commit
-
-
alex-weaver committed
-
- 31 Mar, 2018 1 commit
-
-
eqy committed
-
- 28 Mar, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 19 Mar, 2018 1 commit
-
-
alex-weaver committed
-
- 13 Mar, 2018 1 commit
-
-
Ding committed
-
- 27 Feb, 2018 1 commit
-
-
* Fixed a g++ explicit constructor compatibility error for unordered_set. * Change std::unordered_set<std::basic_string<char>>() to std::unordered_set<std::string>().
Yige Hu committed
-