- Jan 11, 2019
-
-
Tianqi Chen authored
-
- Dec 11, 2018
-
-
Jared Roesch authored
-
- Nov 30, 2018
-
-
Lianmin Zheng authored
* [RELAY] Finish alter op pass * [RELAY] AlterOpLayout Pass * fix broadcast operators * fix broadcast operators * fix broadcast operators * Support concatenate * address comments * address comments * add comments * rebase
-
- Nov 25, 2018
-
-
Tianqi Chen authored
-
- Oct 29, 2018
-
-
xqdan authored
-
- Oct 26, 2018
-
-
Siva authored
-
- Oct 23, 2018
-
-
Tianqi Chen authored
-
- Oct 21, 2018
-
-
Gaoxiong authored
-
- Oct 18, 2018
-
-
Tianqi Chen authored
-
- Oct 16, 2018
-
-
Sergei Grechanik authored
-
- Oct 15, 2018
-
-
Tianqi Chen authored
-
- Oct 07, 2018
-
-
Tianqi Chen authored
-
- Oct 06, 2018
-
-
ziheng authored
-
- Oct 02, 2018
-
-
Tianqi Chen authored
-
- Oct 01, 2018
-
-
Tianqi Chen authored
-
- Sep 27, 2018
-
-
Animesh Jain authored
-
- Sep 24, 2018
-
-
Yizhi Liu authored
-
- Sep 20, 2018
-
-
Tianqi Chen authored
-
- Sep 18, 2018
-
-
yuruofeifei authored
* Add mean and product operators * Fix typo * Fix lint * fix test * Fix gpu schedule * Update doc * remove mean from topi * Add nnvm test * Fix cuda schedule * Remove cuda schedule
-
- Sep 15, 2018
-
-
Tianqi Chen authored
-
- Sep 11, 2018
-
-
Yang Chen authored
-
- Aug 25, 2018
-
-
Tianqi Chen authored
-
- Aug 24, 2018
-
-
Tianqi Chen authored
[NODE] Enable global singleton object, allow set_body_typed in function registry, default fallback of IRPrinter. (#1652)
-
- Aug 22, 2018
-
-
Tianqi Chen authored
-
- Aug 20, 2018
-
-
Tianqi Chen authored
-
- Jul 24, 2018
-
-
Tianqi Chen authored
-
- Jul 18, 2018
-
-
Tianqi Chen authored
-
- Jun 20, 2018
-
-
Tianqi Chen authored
-
- Jun 17, 2018
-
-
Tianqi Chen authored
-
- Jun 16, 2018
-
-
Tianqi Chen authored
-
- Mar 08, 2018
-
-
libing4752 authored
-
- Jan 28, 2018
-
-
alex-weaver authored
* Ported injective schedules to C++. Added some elementwise ops. * Fix lint errors * Added reduction ops and schedules * Fix lint errors * Fix lint errors * Fix lint errors * Added transform ops * Fix lint errors * Fix lint errors * Added softmax, log_softmax, leaky_relu and flatten ops. Fixed issue where TVM_DECLARE_INTRIN_UNARY used the PureExtern flag instead of PureIntrinsic. Added softmax CUDA schedule. * Fix lint * Fix lint * Added binary_dense, batch_norm_inference, dense, dilate, scale_shift_*, global_pool and pool ops. Extended pad to allow specifying pad_value. Fixed issue where pad would throw if padding was zero in all dimensions. * Fix lint * Fix lint * Added CUDA schedules for dense, pool and global_pool * Added extern schedules for generic and CUDA * Fix lint * Added x86 binary schedules * Fix lint * Added rocm dense schedule. Added rocBLAS and cuBLAS support to dense ops * Added pow ops. Added x86 default and injective schedules * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint * Fix indent * Removed schedules directory * Changed left_shift, right_shift to operators. Changed pad_value in pad() to remove pointer usage * Fixed usage of pad in nn/pooling.h. Fixed declaration of operator>> * Fixed comments for shift operators * Added comments to utility functions * Added TOPI C++ library, exporting broadcast_add op * Fix lint * Share libinfo.py with TVM * Fix lint * Add other broadcast ops * Fix lint * Fix imports in topi * Fix lib names * Fixed build issue where windows builds don't apply correct definitions * Removed TVM_EXPORTS from topi library * Attempted CI build fix * Add topi lib to tvm_multilib * Fix Jenkinsfile * Added TOPI build target to Makefile * Fix nn op namespaces. * Fix lint * Renamed TOPI lib to libtvm_topi * Removed _ffi/base.py * Remove _ffi from topi, now shared with tvm. * Make libtvm_topi loading optional * Fix compiler warnings * Fix lint * Fix lint * Fix lint * Fix build error by making new libs argument to Target optional * Added C++ Target type interop. Added registration of remaining C++ ops and schedules. Added test of broadcast ops * Fix lint * Fix lint * Fix compile error * Fix compiler warnings * Fix compiler warnings * Fixed int vector interop. Fixed argmin incorrectly invoking argmax. Fixed corner case in default schedules of attempting to fuse 0 length axes. Added tests for reduce ops. * Refactored reduce builders * Fixed typos in topi.cc. Added basic test. * Fixed padding size error. Added dense, dilate, pooling tests * Fixed issue where clip would output a different dtype to the input. Added split_sections op to cover the other mode of the python split op. Added tests. * Changed extension type numbers to avoid clash with NNVM * Fix lint * Fix compiler warnings * Removed use of std::vector from the public TOPI API * Fix lint * Add TOPI C++ tests to CI * Fixed detail namespacing. Improved comments.
-
- 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
-
- 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 08, 2017
-
-
eqy authored
* Support vector operations for AMD (llvm IR) * fix whitespace * update comments, docstring
-
- Oct 26, 2017
-
-
Tianqi Chen authored
* [BUFFER] Smarter slice to detect compactness * move simplify of begins early
-
- Aug 15, 2017
-
-
Xingjian Shi authored
[TOPI] Add broadcast and reduce operators
-
- Aug 13, 2017
-
-
Tianqi Chen authored
-