- Jan 28, 2018
-
-
Zhixun Tan authored
-
- Jan 27, 2018
-
-
kun-zh authored
* when there is no intrin func, using body for initialization. For issue 714. * Refine code per review comments, and add a test case. * Fix lint issues. * Re-organize the tensorize test cases, and add a new case for none-reset mode. * Fix a typo. * Delete the unit case because merged it into test_schedule_tensorize.py already. * always use new tensor in its stage when rewrite for cache read * revert previous changes to sync up with master * support using the ptr with an original offset * update test case and fix CI error
-
- Jan 20, 2018
-
-
Zhixun Tan authored
Basic WebGL Backend
-
- Jan 19, 2018
-
-
Jammy Zhou authored
* Add Mali target support to tvm.target.create * Add Mali target support in codegen
-
- Jan 08, 2018
-
-
Tianqi Chen authored
* [PASS] StorageRewrite Fold Inplace op storage when possible * update comment to fix typos
-
- Dec 29, 2017
-
-
xqdan authored
* [SCHEDULE]enable partition const loop with build flag (#719) * enable partition loop with build flag * add a testcase, and modify LoopPartition related cases * * add document for split_const_loop
-
- Dec 24, 2017
-
-
Tianqi Chen authored
-
- Dec 17, 2017
-
-
Andrew Adams authored
-
- Dec 05, 2017
-
-
alex-weaver authored
* Port build_module.py to C++ * Fix lint errors * Fix more lint errors * Fix more lint errors * Fix more lint errors * Fix build error * Implemented style fixes * Fix lint errors * Added function to construct target from string lower now returns array * Fix lint error * Implemented review changes - style & Target options -> std::vector * Fixed lint, argument alignment and added unit test * Changed test to target LLVM, fixed sign compare warnings * Reverted unit test to CUDA, changed Jenkinsfile to enable GPU for C++ tests * Slight change to Jenkinsfile * Changed build_module test from CUDA to LLVM * Added function var() to construct a Var instance. Changed implementation of LLVMEnabled() * Reverted Jenkinsfile
-
- Dec 04, 2017
-
-
Tianqi Chen authored
* Support rank-0 tensor * fix lint
-
- Nov 30, 2017
-
-
solin319 authored
In unroll_loop.cc the parameter name is "auto_max_depth", but in ir_pass.h the parameter name is "auto_min_depth"
-
- Nov 28, 2017
-
-
Tianqi Chen authored
-
- Nov 21, 2017
-
-
Tianqi Chen authored
* [PASS/SETUP] Fix minior issues * fix lint
-
- Nov 14, 2017
-
-
Tianqi Chen authored
-
- Nov 08, 2017
-
-
eqy authored
* Support vector operations for AMD (llvm IR) * fix whitespace * update comments, docstring
-
- Nov 03, 2017
-
-
Tianqi Chen authored
-
- Oct 12, 2017
-
-
Tianqi Chen authored
* [RUNTIME] Enable ext_dev type for quick plugin of device * [TEST] Update testcase to cover all computation
-
- Oct 11, 2017
-
-
Tianqi Chen authored
* [PASS] copy intrin * update comment thanks to derisavi
-
- Oct 10, 2017
-
-
Tianqi Chen authored
* [ARITH] Improve detect linear equation * fix doc
-
- Oct 08, 2017
-
-
Tianqi Chen authored
-
- Sep 26, 2017
-
-
Tianqi Chen authored
-
- Sep 24, 2017
-
-
Tianqi Chen authored
-
- Sep 23, 2017
-
-
Tianqi Chen authored
* [TEST] rfactor+ewise, cite rfactor paper * include all authors via abbrv * [TOPI] Add transpose * fix lint
-
- Sep 18, 2017
-
-
Tianqi Chen authored
* [RPC] Include rpc session info into context * add type checker in return converison
-
- Sep 12, 2017
-
-
Tianqi Chen authored
* [RUNTIME] Enable extension type to PackedFunc. * More comments
-
- Sep 07, 2017
-
-
Tianqi Chen authored
* [SCHEDULE] Enahance cache_write to enable layout change. * more tests
-
- Sep 03, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Sep 01, 2017
-
-
Tianqi Chen authored
-
- Aug 31, 2017
-
-
ziheng authored
-
- Aug 30, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [SCHEDULE][PASS] support storage_align of certain axis * fix lint
-
Tianqi Chen authored
* [DOCS][APP] Add Example for C++ deployment * fix lint
-
- Aug 26, 2017
-
-
Aditya Atluri authored
* v2: runtime support for rocm * fixed coding space errors * removed kROCM from c_runtime_api.h
-
- Aug 16, 2017
-
-
Tianqi Chen authored
-
- Aug 13, 2017
-
-
Nicolas Vasilache authored
* [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++
-
Tianqi Chen authored
-
- Aug 08, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [RUNTIME][PASS] Allow declare vector type array * fix bcast * [BUFFER] Enable vload/store function in buffer * ok
-
- Aug 05, 2017
-
-
Tianqi Chen authored
-