Граф коммитов

99 Коммитов

Автор SHA1 Сообщение Дата
Andrew Tulloch 001ab52509 Bundled interpreter demo (#2297) 2018-12-18 18:00:42 -08:00
Tianqi Chen ff5dffa440
[APPS] add an external dll call example (#2156) 2018-11-22 10:32:00 -08:00
MORINAGA 2bd02e4e33 [DOCS] fix link (#2157)
* fix fname in comment

* fix
2018-11-21 23:35:53 -08:00
Yitao ac37abf988 Fix a crash in android_deploy demo. (#2073) 2018-11-07 09:06:05 -08:00
Lianmin Zheng f2d7787e57 [AUTOTVM] Misc fix to document and style (#2035) 2018-10-30 19:20:53 -07:00
MORITA Kazutaka b5b51f0da3 [OPENCL][RUNTIME] Fix race condition of modules (#2018) 2018-10-27 19:19:07 -07:00
Sergey Mironov 39c8bc2a3d [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
Thierry Moreau 2face2e570 [VTA] pynq v2.1 -> v2.3 (#1945) 2018-10-20 21:55:12 -07:00
Nick Hynes f2b30f9e45 Update SGX example (#1933) 2018-10-19 09:34:18 -07:00
Lianmin Zheng 1027909857 [TOPI] Update pre-tuned parameters for TX2 and fp16 on Mali (#1892) 2018-10-12 09:19:41 -07:00
Nick Hynes 43525f6668 [Rust] Add rust runtime to CI (#1851) 2018-10-11 22:19:17 -07:00
Nick Hynes 3ff86009b4 Update SGX example (#1879) 2018-10-10 21:53:16 -07:00
nhynes a12b2b1bdc [SGX] Add ignored files to sgx example (#1852) 2018-10-06 14:55:12 -07:00
nhynes d8394e873f Update SGX example (#1825) 2018-10-06 10:32:43 -07:00
Lianmin Zheng 9a620c696f [TOPI] Update TopHub and benchmark (#1796) 2018-10-02 15:59:53 -07:00
Lianmin Zheng bde53033bd [RUNTIME] Add fp16/fp32 conversion functions (#1766) 2018-09-24 20:13:34 -07:00
Lianmin Zheng 1e57ee6cf9 [RUNTIME] Improve memory usage for RPC (#1741) 2018-09-19 17:35:19 -07:00
Sergey Mironov 3d0be3b0e3 Add demo_android Dockerfile (#1646) 2018-09-14 09:26:34 -07:00
Siju b27a9a7ea3 Documentation issues (#1702) 2018-09-09 21:29:23 -07:00
Lianmin Zheng a57b5493df [AUTOTVM][TOPI] Use tunable templates for GPU (CUDA/OpenCL/ROCm/Mali) (#1638) 2018-09-06 09:33:37 -08:00
Lianmin Zheng a1688998f8 improve text summary (#1655) 2018-08-24 09:37:05 -07:00
Lianmin Zheng cfafd212c0 [AUTOTVM] Simplify TopHub (#1630) 2018-08-22 20:21:15 -07:00
eqy 729224b17f check in (#1629) 2018-08-21 18:35:03 -07:00
Lianmin Zheng e282915a9c add -mattr=+neon for all arm cpu target (#1612) 2018-08-16 16:37:03 -07:00
eqy edda6cc110 use phone EditText for numerical fields (#1587) 2018-08-10 19:04:46 -07:00
Dayananda V 2afe024809 Vulkan TVM Android Support (#1571) 2018-08-09 18:41:49 -07:00
Lianmin Zheng 9e33774664 fix dependenci and improve doc (#1535) 2018-08-03 14:47:22 -07:00
Lianmin Zheng 32076df815 [AUTOTVM] TOPI integration for ARM CPU (#1487) 2018-08-02 08:59:25 -07:00
Keren Zhou dac22cb76d Update Application.mk (#1483)
Fix application crash problems on armv7a architectures
2018-07-24 16:41:54 -07:00
eqy 05afac0949 update android rpc docs (#1479) 2018-07-24 14:36:04 -07:00
eqy fde98f0ede [RPC] Android RPC Performance Regression Fix, Update Android RPC to use Tracker (#1457) 2018-07-19 20:45:50 -07:00
alex-weaver d93b72b5e2 [RPC] Added native debug logging to Android RPC (#1432) 2018-07-18 08:55:38 -07:00
Tianqi Chen 1e4ac3cd52 [BUILD] restrict runtime include headers (#1444) 2018-07-17 12:01:56 -07:00
Siva b4043855e9 [TVM][RUNTIME] dependencied update for ndarray. (#1431) 2018-07-13 11:31:47 -07:00
Lianmin Zheng 3b476ffe31 fix android packed runtime (#1430) 2018-07-13 09:50:43 -07:00
Alex Weaver 84c8f3a953 Added option to build android rpc app with vulkan support 2018-07-12 14:44:33 -07:00
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
eqy 0d673a9d6f [RPC] android process isolation/watchdog (#1387) 2018-07-07 18:51:18 -07:00
nhynes 4dd41ddb5b Move SGX enclave signing key to gist (#1393) 2018-07-06 10:17:52 -07:00
masahi fab4f9cc41 [NVPTX] libdevice support, enable NVPTX backend in topi tests (#1365) 2018-07-03 09:27:07 -07:00
eqy 0c37907d81 fix missing std::to_string during Android build, android rpc test script (#1279) 2018-06-13 17:20:10 -07:00
Tatsuya Nishiyama c1abce6276 Fix the building error in android_deploy (#1262)
* Fix a link in android_deploy/README.md and a error while building android_deploy.

* revert and change APP_STL in Application.mk
2018-06-12 10:30:31 -07:00
nhynes 54874e734a Remove SGX demo private key from repo (#1237) 2018-06-06 08:46:31 -07:00
Tianqi Chen f9965c18cc [DOCS] Detailed contributor guide, doc refactor (#1220) 2018-06-01 16:38:58 -07:00
tqchen 55d13d47fd Homepage URL to tvm.ai 2018-05-29 16:24:42 -07:00
tqchen 5195679c5c [DOCS] Improve docs naming, fix docs warnings 2018-05-29 08:47:00 -07:00
Tianqi Chen d454f570d6 Update README.md 2018-05-10 20:38:37 -07:00
Tianqi Chen 396393c2a5 [APP] ROCM RPC (#1155) 2018-05-10 20:24:35 -07:00
Pariksheet Pinjari 56a6ef3136 RPC session connection request information persist app locally (#1098) 2018-04-12 17:00:41 -07:00