Commit Graph

38 Commits

Author SHA1 Message Date
tqchen e531d02288 [BUILD][DOCS] Migrate VTA CI, test, build, docs 2018-07-11 21:54:39 -07:00
Tianqi Chen 81db22c56a [RPC] graduate tvm.contrib.rpc -> tvm.rpc (#1410) 2018-07-09 15:23:41 -07:00
Liangfu Chen 3d010ed5e3 support equal and not_equal in topi (#1373) 2018-07-04 09:04:41 -07:00
Tianqi Chen db4be63c51 [TOPI] Numpy consistency: always broadcast binary op. (#1321) 2018-06-22 16:49:07 -07:00
Jian Weng 90db723d28 [FRONTEND] A Python hybrid frontend (#1251) 2018-06-22 13:47:45 -07:00
Tianqi Chen 61370e4b6c [MATH][TOPI][NNVM] introduce trunc, round (#1310) 2018-06-21 13:23:54 -07:00
Siva 76fa3ca4f6 [TOPI][IMAGE][RESIZE] Bilinear interpolation for resize and upsampling. (#1181) 2018-06-14 08:53:49 -07:00
Pariksheet Pinjari c1c32758fb [TOPI] Slice operator (#1165) 2018-06-05 13:57:54 -07:00
tqchen 5195679c5c [DOCS] Improve docs naming, fix docs warnings 2018-05-29 08:47:00 -07:00
Tianqi Chen 240be55b23 [DOCS] API doc update (#1136) 2018-04-27 17:59:11 -07:00
Qiao Zhang 239227d4f3 Expose tvm.ndarray.empty in doc. (#1125)
Expose tvm.ndarray.empty which has already been implemented, just not yet documented.
2018-04-19 17:26:50 -07:00
Tianqi Chen eb761f3630 [Refactor] Introduce target generic dispatch system (#556)
* [TVM] Introduce target generic dispatch system

* fix target warning
2017-10-14 16:46:18 -07:00
Tianqi Chen b18143e570 [DOC][BUILD] Fix cmake and docs (#485) 2017-09-24 19:26:35 -07:00
Tianqi Chen 145b3d0fb2 [RUNTIME] Minimum graph runtime (#484)
* [RUNTIME] Minimum graph runtime

* update docs
2017-09-24 18:50:15 -07:00
Tianqi Chen cd623f43ea [TEST] rfactor+ewise, cite rfactor paper (#474)
* [TEST] rfactor+ewise, cite rfactor paper

* include all authors via abbrv

* [TOPI] Add transpose

* fix lint
2017-09-22 21:30:46 -07:00
Tianqi Chen 3dc313ad09 [DOC][DEVGuide] Runtime system note (#467) 2017-09-20 18:05:06 -07:00
Tianqi Chen ad8733ea14 [DOCS][APP] Add Example for C++ deployment (#398)
* [DOCS][APP] Add Example for C++ deployment

* fix lint
2017-08-30 08:50:36 -07:00
Yuwei HU b5c6b99314 update depthwise convolution api (#344) 2017-08-17 21:35:41 -07:00
Tianqi Chen ce18b56543 [DOC] Document update (#329) 2017-08-14 22:13:28 -07:00
Tianqi Chen 41768cf918 [SCHEDULE][RUNIME] Introduce pragma for additional extension hint, threadpool runtime. (#299) 2017-08-05 15:37:22 -07:00
Tianqi Chen 7e3d9da43c [STORAGE][BUFFER] Support access ptr for clear access pattern. (#266)
* [STORAGE][BUFFER] Support access ptr for clear access pattern.

* fix lint
2017-07-23 19:30:59 -07:00
Tianqi Chen 2ab0bfb589 [RENAME] nvcc_compiler->nvcc, cc_compiler->cc, metal_compiler->xcode (#248) 2017-07-15 09:41:44 -07:00
Tianqi Chen f33147c229 Update index.rst 2017-07-14 10:15:56 -07:00
Tianqi Chen 7bcb3f538b [REFACTOR] collections->container, RPC returns func, time_evaluator r… (#244)
* [REFACTOR] collections->container, RPC returns func, time_evaluator returns struct

* fix executor
2017-07-13 22:30:22 -07:00
Tianqi Chen bfe6d95eb1 [DOC/TOPI] Add API doc for topi (#226)
* [DOC/TOPI] Add API doc for topi

* fix lint
2017-07-07 09:44:43 -07:00
ziheng c9da7254ba [TAG] Add tvm.tag module for tagging operator (#217)
* [TAG] Add op_tag module for tagging operator

* Fix accroading to comments

* Add example

* Add into doc

* Add --fix-missing for docker
2017-07-04 22:27:48 -07:00
Tianqi Chen 3c19159587 [DOCS] fix doc builder (#213)
* [DOCS] fix doc builder

* fix

* fix

* fix doc builder
2017-07-03 21:01:42 -04:00
ziheng fcfec961a5 [TUTORIAL] Cross Compilation and RPC (#184)
* [TUTORIAL] Add tutorial for RPC

* [TUTORIAL] Update tutorial

* [TUTORIAL] Update tutorial

* trigger update

* [TUTORIAL] Improve build
2017-06-16 14:15:00 -07:00
Tianqi Chen 46b4a91404 [PASS] Refactor build config, allow implicit unroll pragma (#167) 2017-06-02 11:32:53 -07:00
Tianqi Chen 979623e56e [Tutorial] External Tensor Op (#137) 2017-05-12 11:25:51 -07:00
Tianqi Chen 553657eb74 [PYTHON] Support DLTensor compatible API (#136)
* [PYTHON] Support DLTensor compatible API

* optimize for common path
2017-05-11 22:05:23 -07:00
Tianqi Chen 706f9b6f7e [CODEGEN/RUNTIME] Metal support, runtime improvement. (#111)
* [CODEGEN/RUNTIME] Metal support, runtime improvement.

* Fix case when no device is available
2017-05-02 10:14:45 -07:00
Tianqi Chen 9ba40dc0fe [CODEGEN/PASS] Improve callpacked lowering, allow pass array callback. (#110)
* [CODEGEN/PASS] Improve callpacked lowering, allow pass array callback.

* fix cython
2017-04-29 19:43:04 -07:00
Tianqi Chen 6ab6bb3f7e [PYTHON] addon->contrib add docs (#107) 2017-04-27 20:34:16 -07:00
Tianqi Chen 1c04f389dc [DEV/IR] Python IRBuilder (#102) 2017-04-22 13:35:30 -07:00
Tianqi Chen d17b10f0de [LANG/CODEGEN] Intrinsics and Extern Math (#101)
* [LANG/CODEGEN] Intrinsics and Extern Math

* fix lint
2017-04-22 09:08:47 -07:00
Tianqi Chen f4a1533430 [DOC] move comments to file header (#91) 2017-04-16 22:03:52 -07:00
Tianqi Chen b8234498d7 [DOC] API doc organization. (#90)
* [DOC] API doc organization.

* remove breathe for now
2017-04-16 09:02:16 -07:00