Skip to content
Snippets Groups Projects
  1. May 29, 2018
  2. Apr 05, 2018
  3. Mar 19, 2018
  4. Nov 03, 2017
  5. Aug 27, 2017
  6. Aug 25, 2017
    • Yizhi Liu's avatar
      [APP] Android RPC (#359) · 0ee68d72
      Yizhi Liu authored
      * [APP] Android RPC first version
      
      * [APP] Android RPC build jni automatically
      
      * [APP] Android OpenCL RPC tested on real devices
      
      * [APP] optimize android app interface. add ndk compile tool
      
      * add ndk compile tool
      
      * [APP] fix android app thread crash; add android test script
      
      * [APP] android app - show alert dialog and disconnect when error occurs
      
      * fix ndk build script code lint
      
      * fix ndk build default argument
      
      * ndk script build remove shell=True. disable android app screen orientation
      0ee68d72
  7. Aug 10, 2017
  8. Aug 08, 2017
    • Yizhi Liu's avatar
      [tvm4j] RPC Server (#268) · 7d67e473
      Yizhi Liu authored
      * [tvm4j] RPC Server
      
      * [tvm4j] fix recursively function calling; connect to proxy server; osx rename .so to .dylib
      
      * [tvm4j] test case for proxy connection; thread pool for serving
      7d67e473
  9. Jul 27, 2017
  10. Jul 20, 2017
    • Yizhi Liu's avatar
      [tvm4j] register user-defined function (#251) · 68c4400e
      Yizhi Liu authored
      * [tvm4j] register user-defined function
      
      * [tvm4j] define java function (pushArgToStack) to convert arguments to C TVMValue
      
      * [tvm4j] make Module & Function extends TVMValue
      
      * [tvm4j] make registered cb function return Object
      
      * [tvm4j] add cb finalizer; add TVMValueBytes
      
      * [tvm4j] support NDArrayBase cb arg
      
      * [tvm4j] register cb function unit tests
      
      * [tvm4j] pass Function.Callback to resource_handle
      
      * [tvm4j] fix type cast
      68c4400e
  11. Jul 15, 2017
    • Yizhi Liu's avatar
      [WIP][Frontend] Scala/Java package (#176) · d3efd7fc
      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
      d3efd7fc
Loading