- 22 Jun, 2019 1 commit
-
-
Jessica Davies committed
-
- 01 May, 2019 1 commit
-
-
* [relay][bugfix] fuse injective to elemwise and broadcast * enhance fusion for prarllel injectiveOD * check if tensor in schedule * fix codegen * fix lint * update * lint
Zhi 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
-
- 01 Apr, 2019 1 commit
-
-
Mr You committed
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 03 Feb, 2019 1 commit
-
-
Alexey Romanov committed
-
- 30 Dec, 2018 1 commit
-
-
Wuwei Lin committed
-
- 08 Dec, 2018 1 commit
-
-
Salem Derisavi committed
-
- 18 Nov, 2018 1 commit
-
-
* Fix boundary check * Add unittest
Junru Shao committed
-
- 19 Oct, 2018 1 commit
-
-
Zhen Zhang committed
-
- 06 Oct, 2018 1 commit
-
-
ziheng committed
-
- 20 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 24 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 17 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 20 Apr, 2018 1 commit
-
-
libing4752 committed
-
- 16 Apr, 2018 1 commit
-
-
* [IR] Change pragma scope convention, enable pass unroll option via pragma * add coverage test * add explicit unroll as option
Tianqi Chen committed
-
- 12 Apr, 2018 1 commit
-
-
kun-zh committed
-
- 31 Mar, 2018 1 commit
-
-
kun-zh committed
-
- 28 Mar, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 26 Mar, 2018 1 commit
-
-
* [SCHEDULE][PASS] Enable Warp memory and lower to shuffle * OpenCL dispatches for now to intel shuffle
Tianqi Chen committed
-
- 17 Mar, 2018 1 commit
-
-
Tianqi Chen committed
-
- 09 Mar, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 22 Feb, 2018 1 commit
-
-
libing4752 committed
-
- 07 Feb, 2018 1 commit
-
-
[TOPI][GL] OpenGL topi.
Zhixun Tan committed
-
- 06 Feb, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 23 Jan, 2018 1 commit
-
-
xqdan committed
-
- 20 Jan, 2018 1 commit
-
-
Basic WebGL Backend
Zhixun Tan committed
-
- 03 Jan, 2018 1 commit
-
-
* modified schedule_dataflow_rewrite.cc to fix losing tensor problem * modified schedule_dataflow_rewrite.cc for lint scan * modified schedule_dataflow_rewrite.cc for lint scan * using tensor's value_index to index output of stage op
libing4752 committed
-
- 17 Dec, 2017 1 commit
-
-
Andrew Adams committed
-
- 13 Dec, 2017 1 commit
-
-
* Simplify expressions early on * fixed lint errors
Salem Derisavi committed
-
- 04 Dec, 2017 1 commit
-
-
* Support rank-0 tensor * fix lint
Tianqi Chen committed
-
- 22 Oct, 2017 1 commit
-
-
Wei Chen committed
-
- 04 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 07 Sep, 2017 1 commit
-
-
* [SCHEDULE] Enahance cache_write to enable layout change. * more tests
Tianqi Chen committed
-
- 01 Sep, 2017 1 commit
-
-
Tianqi Chen committed
-
- 30 Aug, 2017 1 commit
-
-
* [SCHEDULE][PASS] support storage_align of certain axis * fix lint
Tianqi Chen committed
-
- 13 Aug, 2017 1 commit
-
-
* [WIP] C++ topi contributions Summary: This diff implements C++ topi contributions for: - relu with parametrix threshold - pad with generic padBefore / padAfter specification - matmult with transposes - conv2d_nchw, conv2d_hwcn with runtime constant padding and strides - depthwise_conv2d_nchw with runtime constant padding and strides - group_conv2d_ngchw with runtime constant padding and strides - broadcast_to a broadcastable shape - broadcast_bop where bop is an usual binary op (+ - * / %) Convolution padding is implemented using the pad operation. To avoid extra memory consumption, it is generally recommended to inline the padding with the autoinliner. Unfortunately in its current form the elemwise checks are too restrictive to allow inlining. So this diff also proposes an extension to LHS injective (i.e. no reduction axis in the current IR design) Test Plan: Tested in C++ testsuite in a separate repository, I am looking for suggestions to quickly spin up some tests for tvm. Reviewers: tqchen Subscribers: Tasks: Tags: Blame Revision: * Review + Lint + GSG C++
Nicolas Vasilache committed
-
- 05 Aug, 2017 1 commit
-
-
Tianqi Chen committed
-
- 01 Aug, 2017 1 commit
-
-
* [SCHEDULE] Fix fuse node order * Make fuse order consistent with split
Tianqi Chen committed
-