- Jul 15, 2017
-
-
Yizhi Liu authored
* JVM package skeleton * [JVM] link libtvm.so and list function names * [JVM] Function & NDArray skeleton * [JVM] TVMFuncCall in JNI * [JVM] handle string arg in TVMFuncCall * [JVM] get module function * [JVM] entry function for Module * [JVM] construct Module from function return value * [JVM] TVMContext, TVMArray attributes * [JVM] NDArray from / to java array * [JVM] load so and compute on cpu * [JVM] move PackedFunc to individual modules * [JVM] assembly package & native library loader * [JVM] unit test & codestyle check settings * [JVM] NDArray from & to different dtypes * [JVM] NDArray from native double array. Add linux-cpu profile. * [JVM] modify Makefile * [JVM] add linux-x86_64-gpu profile * [tvm4j] delay load libtvm_runtime.so * [tvm4j] refactor to pure java * [tvm4j] remove scalastyle-config.xml * [tvm4j] remove link HalideIR, remove Shape, remove scala binary versions * [tvm4j] only allow convert from/to same type array * [tvm4j] make NDArray api more readable * [tvm4j] refactor for c api * [tvm4j] add Jenkins tests * [tvm4j] fix duplicate Dockerfile cmd * [tvm4j] fix ut script filename * [tvm4j] add module load tests * [tvm4j] add javadoc, remove types package * [tvm4j] fix test script * [tvm4j] remove ut temp dir * [tvm4j] fix missing package types * [tvm4j] java code style check * [tvm4j] fix java lint * [tvm4j] downgrade checkstyle plugin for JDK7 * [tvm4j] add stylecheck in jenkins tests * [tvm4j] specify source file encoding * [tvm4j] lazy init function; add Function.call() api; allow manully release Module,NDArray,Function * [tvm4j] fix ModFree * [tvm4j] cache Function in API
-
Tianqi Chen authored
-
- Jul 14, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [INTRIN] prefetch support * lint * add buildin
-
Tianqi Chen authored
* [REFACTOR] collections->container, RPC returns func, time_evaluator returns struct * fix executor
-
Tianqi Chen authored
* [RUNTIME][RPC] Change RPCServer to Event Driven Code * fix
-
- Jul 12, 2017
-
-
ziheng authored
* [EXECUTOR] Save/Load Params * [EXECUTOR] Improve Save/Load, fix Makefile * [EXECUTOR] Make save independent with executor
-
- Jul 11, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Jul 10, 2017
-
-
ziheng authored
-
Tianqi Chen authored
* [CI] Add JVM Env * add update
-
ziheng authored
* [PASS] Layout transform pass * Fix according to comment * Fix
-
Tianqi Chen authored
-
- Jul 08, 2017
-
-
Tianqi Chen authored
-
Yuwei HU authored
* test of depthwise_conv2d * fix nose test error * python3 fix
-
Tianqi Chen authored
-
Tianqi Chen authored
* [RUNTIME] Add workspace pool * fix doc * fix the free list * avoid zero size
-
- Jul 07, 2017
-
-
ziheng authored
* [TAG] Fix signature of decorated function * Add dep
-
Tianqi Chen authored
* [RUNTIME] Add System Lib * lint * lint * fix compile
-
Xingjian Shi authored
* fix for python3 fix for python3 * Update depthwise_conv2d_map_test.py remove sys.append
-
Tianqi Chen authored
* [DOC/TOPI] Add API doc for topi * fix lint
-
Tianqi Chen authored
-
Yuwei HU authored
* first commit * move to topi/recipe * refactor, almost rewrite * 2-D sum reduction; implement SAME pad; improve schedule * add util.py; separate test script * conv + bn + relu fusion * auto fusion * separate declare and schedule; using op tag * divide large image into blocks * move to topi; improve blocking schedule * restructure * add doc * using time_evaluator
-
- Jul 06, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
* [C API] Make DSL API registerable, add copy from/to raw bytes * fix cython
-
Tianqi Chen authored
* [CODEGEN/PASS] add restricted, alignment option * fix lint * Fix the alloca
-
Tianqi Chen authored
* [IR] Add body to AssertStmt * fix lint
-
- Jul 05, 2017
-
-
ziheng authored
* [TAG] Add op_tag module for tagging operator * Fix accroading to comments * Add example * Add into doc * Add --fix-missing for docker
-
Tianqi Chen authored
-
- Jul 04, 2017
-
-
ziheng authored
* Remove 'final' in GraphExecutor for extension * Dynamic num of inputs/outputs for tvm_op
-
Tianqi Chen authored
* [REFACTOR/PASS] Formalize argument bind and match util * grammar
-
Tianqi Chen authored
* [DOCS] fix doc builder * fix * fix * fix doc builder
-
- Jul 03, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
ziheng authored
-
- Jul 01, 2017
-
-
Yuwei HU authored
-
- Jun 30, 2017
-
-
Tianqi Chen authored
-