- 09 Jan, 2020 1 commit
-
-
* [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr) As part of unified IR, we will need to unify relay::Expr and the current tvm::Expr under the same base type. From the techinical point of view. tvm::Expr is a "primitive" expression that only contains POD types and handles and does not do life-cycle management. This PR renames Expr->PrimExpr to clarify that. We will send a subsequent PR to introduce the base expr class. * Remove legacy VarExpr and ExprHash/Equal
Tianqi Chen committed
-
- 06 Jan, 2020 1 commit
-
-
* [REFACTOR][IR] Introduce SeqStmt to replace Block ir::Block was used to represent a sequence of Stmts in the original low-level IR. The nested ir::Block structure is not really friendly for recursive visits, especially when the statements are unrolled. This PR introduce a SeqStmt that directly stores a sequence of statements in an Array container. The new SeqStmt will be used as a replacement of the original Block structure. * [REFACTOR] Migrate use of Block to SeqStmt. * [REFACTOR] Remove Block * Add more comments per yizhi's comment
Tianqi Chen committed
-
- 12 Dec, 2019 1 commit
-
-
* [Fix][Hybrid] Fix hybrid script to support array of tensors * add test case * clean up * trigger ci
Haichen Shen committed
-
- 27 Sep, 2019 1 commit
-
-
Tianqi Chen committed
-
- 01 Sep, 2019 1 commit
-
-
* init shape func in interpreter and vm compiler * Update interpreter * fix * lint * lint * fix * remove hack * update * fix * fix * update * address comments & update for shape_of * fix lint * update * fix hybrid * lint * fix bug & add take shape func * lint * lint * update * fix flaky test * add todo
Haichen Shen committed
-
- 10 May, 2019 1 commit
-
-
Lianmin Zheng 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
-
- 26 Feb, 2019 1 commit
-
-
* i think it works for now? * fix lint * fix 2/3 compat * fix py2 again * fine, i gave up
Jian Weng committed
-
- 22 Feb, 2019 1 commit
-
-
Jian Weng committed
-
- 21 Feb, 2019 1 commit
-
-
Marcus Shawcroft 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
-
- 12 Jan, 2019 1 commit
-
-
Jian Weng committed
-
- 11 Jan, 2019 1 commit
-
-
Jian Weng committed
-
- 04 Jan, 2019 1 commit
-
-
Jian Weng committed
-
- 29 Dec, 2018 1 commit
-
-
Tianqi Chen committed
-
- 19 Dec, 2018 1 commit
-
-
Jian Weng committed
-
- 13 Dec, 2018 1 commit
-
-
Jian Weng committed
-
- 11 Dec, 2018 1 commit
-
-
Jian Weng committed
-
- 08 Dec, 2018 1 commit
-
-
Jian Weng committed
-
- 19 Nov, 2018 1 commit
-
-
[HYBRID FRONTEND] Modify hybrid script to new interface; hybrid op supported; enable compilation_database in CMakeList.txt (#1757)
Jian Weng committed
-
- 27 Aug, 2018 1 commit
-
-
* add docstring skip in hybrid script * fix lint
Jian Weng committed
-
- 21 Jul, 2018 1 commit
-
-
This reverts commit 33245b8c09009fa2c080e1f42e786ede745de963.
Tianqi Chen committed
-
- 20 Jul, 2018 1 commit
-
-
Jian Weng committed
-
- 25 Jun, 2018 1 commit
-
-
Jian Weng committed
-
- 23 Jun, 2018 1 commit
-
-
Jian Weng committed
-
- 22 Jun, 2018 1 commit
-
-
Jian Weng committed
-