Lianmin Zheng
b11884858f
[RUNTIME] Add min_repeat_ms to time_evaluator ( #2200 )
2019-01-01 10:59:56 -08:00
Pratyush Patel
4bf1fd8c44
fix llvm dependency bug ( #2198 )
2018-11-29 13:17:32 -08:00
Pratyush Patel
a259b737f5
[BACKEND][CODEGEN] C codegen with tests ( #2161 )
...
* Implement C code generation with tests
* Code cleanup
* Implement C code generation with tests
* Code cleanup
* tabs to spaces
* make lint compliant
* update export_library and reserve unique C keywords
* move ReserveKeywordsAsUnique to codegen_c
* some documentation and code cleanup
* use tvm.contrib.util for tempdir in testcases
2018-11-28 13:32:31 -05:00
Alexander Pivovarov
a22a057fb5
Fix typo in module.py line 90 ( #1947 )
2018-10-20 21:53:41 -07:00
Tianqi Chen
ec3f09b30e
[RUNTIME] Refactor to enable stackvm in runtime. ( #1588 )
2018-08-11 09:15:05 -07:00
Tianqi Chen
b3f09b019e
[RPC] LocalSession to provide RPCSession back by local env ( #1102 )
2018-04-12 17:23:20 -07:00
Zhixun Tan
589a26515f
Add test case: Create a static WebGL library and run it in the browser. ( #932 )
...
* Add test case: Create a static WebGL library and run it in the browser.
* Add documentation for loadModuleFromFile
* Modify emscripten.createjs
2018-02-27 20:20:16 -08:00
Tianqi Chen
ba8d00c2da
[TIMER] Enhance time evaluator to create multiple results ( #830 )
2018-01-27 10:45:28 -08:00
Hu Shiwen
87c929f5ac
add msvc in cc ( #531 )
2017-10-13 12:54:08 -07:00
Tianqi Chen
1077f8e814
[RUNTIME][RPC] Enable remote linking of device code. ( #444 )
...
* [RUNTIME][RPC] Enable remote linking of device code.
* fix build
2017-09-10 23:56:46 -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
71cb07aee7
[RPC] IOS RPC ( #261 )
2017-07-18 22:20:36 -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
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
72fcd4e6ee
[RUNTIME] Add System Lib ( #227 )
...
* [RUNTIME] Add System Lib
* lint
* lint
* fix compile
2017-07-07 12:16:37 -07:00
Tianqi Chen
5912ed034e
[PERF/TIMER] Add builtin timing logic ( #168 )
...
* [PERF/TIMER] Add buildin timing logic
* fix lint
2017-06-03 09:06:28 -07:00
Tianqi Chen
c89cd59a87
[MODULE/DSO] Support pack everything into one shared library. ( #133 )
...
* [MODULE/DSO] Support pack everything into one shared library.
* fix osx load
2017-05-08 22:19:20 -07:00
Tianqi Chen
535a97c968
[PYTHON/FFI] Enable Cython FFI ( #106 )
...
* [PYTHON/FFI] Enable Cython FFI
* fix cython
2017-04-27 15:20:29 -07:00
Tianqi Chen
7e032457ce
[PYTHON] Rename the namespace ( #105 )
2017-04-26 12:35:58 -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
Tianqi Chen
2548cedcb8
[OP/LANG] Support Extern Call, more regression tests ( #69 )
...
* [OP/LANG] Support Extern Call, more regression tests
* [TEST] Include pylintrc
2017-03-12 11:34:04 -07:00
Tianqi Chen
e43879405b
[BUILD] Windows build pass on LLVM/CUDA/OPENCL ( #57 )
2017-02-27 14:30:46 -08:00
Tianqi Chen
efae4be0bd
[MODULE/REFACTOR] Introduce Module for AOT and runtime linking. ( #51 )
2017-02-24 10:32:11 -08:00