- 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
-
- 21 Mar, 2019 1 commit
-
-
* Fix error reporting for missing axis * Update data_layout.cc
雾雨魔理沙 committed
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 03 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 28 Feb, 2019 1 commit
-
-
* move layout.h & layout.cc from relay to tvm * change ConvertLayout in relay to bijectiveLayout->Forward/backward * add first test case * add LayoutAxis * add LayoutAxis struct and compiles * simplify BijectiveLayout rule consturct * polish func name for Layout, move impl to .cc, remove Layout::defined(), add defined() checker * partially add layout py support * add layout test cases * add doc for tvm.layout & tvm.bijective_layout * fix lint * fix lint * fix layout name generation bug * fix layout typo * address comments and add topi.layout_transform * layout.h->data_layout.h, test_lang_layout.py->test_lang_data_layout.py
Yizhi Liu committed
-
- 19 Feb, 2019 1 commit
-
-
* Add eager simplication for FloatImm * fix * fix lint * Fix gcc warning * fix * Add test case
Haichen Shen committed
-
- 11 Jan, 2019 1 commit
-
-
Tianqi Chen committed
-
- 11 Dec, 2018 1 commit
-
-
Jared Roesch committed
-
- 30 Nov, 2018 1 commit
-
-
* [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
Lianmin Zheng committed
-
- 25 Nov, 2018 1 commit
-
-
Tianqi Chen committed
-
- 29 Oct, 2018 1 commit
-
-
xqdan committed
-
- 26 Oct, 2018 1 commit
-
-
Siva committed
-
- 23 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 21 Oct, 2018 1 commit
-
-
Gaoxiong committed
-
- 18 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 16 Oct, 2018 1 commit
-
-
Sergei Grechanik committed
-
- 15 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 07 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 06 Oct, 2018 1 commit
-
-
ziheng committed
-
- 02 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 01 Oct, 2018 1 commit
-
-
Tianqi Chen committed
-
- 27 Sep, 2018 1 commit
-
-
Animesh Jain committed
-
- 24 Sep, 2018 1 commit
-
-
Yizhi Liu committed
-
- 20 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 18 Sep, 2018 1 commit
-
-
* 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
yuruofeifei committed
-
- 15 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 11 Sep, 2018 1 commit
-
-
Yang Chen committed
-
- 25 Aug, 2018 1 commit
-
-
Tianqi Chen committed
-
- 24 Aug, 2018 1 commit
-
-
[NODE] Enable global singleton object, allow set_body_typed in function registry, default fallback of IRPrinter. (#1652)
Tianqi Chen committed
-
- 22 Aug, 2018 1 commit
-
-
Tianqi Chen committed
-
- 20 Aug, 2018 1 commit
-
-
Tianqi Chen committed
-
- 24 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-
- 18 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-
- 20 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 17 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 16 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 08 Mar, 2018 1 commit
-
-
libing4752 committed
-
- 28 Jan, 2018 1 commit
-
-
* 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.
alex-weaver committed
-
- 27 Jan, 2018 1 commit
-
-
* 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
kun-zh committed
-
- 17 Dec, 2017 1 commit
-
-
Andrew Adams committed
-