- Jun 11, 2017
-
-
ziheng authored
* Support for batch ComputeOp * Support for batch ComputeOp * Fix CrossThreadReduction * Fix lint * Add UpdateArray, remove support for batch reduce * Tuple input support for reduce * rfactor works with multiple reducer; support multiple reducers with different types * Small fix * Small fix * Change return type of rfactor to Array<Expr> * Fix lint * Improve * Add tutorial * Improve tutorial * Improve tutorial
-
- Jun 06, 2017
-
-
Tianqi Chen authored
-
- Jun 05, 2017
-
-
ziheng authored
* Change Schedule Array constructor to static make method * Add CreateSchedule * Add doc * Change CreateSchedule to create_schedule at cpp side
-
- Jun 04, 2017
-
-
Tianqi Chen authored
* [BUILD/CODEGEN] Allow combine multiple functions in build stage. * Enhance code module * fix compile
-
- Jun 02, 2017
-
-
Tianqi Chen authored
-
- May 20, 2017
-
-
Tianqi Chen authored
* [RUNTIME] RPC runtime that support run testing on remote device. * Fix ctypes in OSX. * fix lint
-
- May 18, 2017
-
-
Hu Shiwen authored
* fix TVMRetValue move constructor not clear old value lead to repeat delete * fix
-
- May 17, 2017
-
-
ziheng authored
-
- May 09, 2017
-
-
Tianqi Chen authored
* [MODULE/DSO] Support pack everything into one shared library. * fix osx load
-
- May 08, 2017
-
-
Tianqi Chen authored
-
ziheng authored
* [FIX] Miss kUInt in TypeCode2Str & dir method * [FIX] Add regression test
-
- May 07, 2017
-
-
Tianqi Chen authored
* [CMAKE] Windows support upgrade * Fix lint
-
- May 05, 2017
-
-
Tianqi Chen authored
* [CONTRIB/BLAS] Add CBLAS Example to contrib * Update makefile
-
- May 04, 2017
-
-
Tianqi Chen authored
-
- May 03, 2017
-
-
ziheng authored
-
- May 02, 2017
-
-
Tianqi Chen authored
* [CODEGEN/RUNTIME] Metal support, runtime improvement. * Fix case when no device is available
-
- Apr 30, 2017
-
-
Tianqi Chen authored
* [CODEGEN/PASS] Improve callpacked lowering, allow pass array callback. * fix cython
-
- Apr 29, 2017
-
-
ziheng authored
* [DOC] Add intro to 'comm_reducer' in tutorial; fix doc * Fix * Fix
-
- Apr 27, 2017
-
-
Tianqi Chen authored
* [PYTHON/FFI] Enable Cython FFI * fix cython
-
- Apr 26, 2017
-
-
ziheng authored
* [LANG] CommReducer * Reorganize c_api * Remove InitValue and Combine; refactor Functor * Make CommReducer an Expr * Make comm_reducer type independent * Make CommReducerNode a Node * Small fix * Refine * Refine front api; add integration testcases for min/max * Fix python * Refine * Fix lint and add example
-
- Apr 25, 2017
-
-
Tianqi Chen authored
* [PASS] StorageRewrite, reuse memory pass as in NNVM. * fix issue
-
- Apr 22, 2017
-
-
Tianqi Chen authored
* [LANG/CODEGEN] Intrinsics and Extern Math * fix lint
-
- Apr 21, 2017
-
-
Tianqi Chen authored
-
- Apr 18, 2017
-
-
Tianqi Chen authored
-
- Apr 15, 2017
-
-
Tianqi Chen authored
* [PERF] Persitent kernel * fix doc
-
- Apr 09, 2017
-
-
Tianqi Chen authored
* [SCHEDULE] Add group, refactor thread bind api. * fix doc * fix g++-4.8 * More testscase * Remove graph context from fix pt analysis
-
- Apr 01, 2017
-
-
Tianqi Chen authored
* [LANG/GPU] Cross Thread Reduction. * Fix doxygen error * Upgrade verilog testcase to new one
-
- Mar 29, 2017
-
-
Tianqi Chen authored
-
- Mar 26, 2017
-
-
Tianqi Chen authored
* [CODEGEN] Refactor common codegen, Verilog Codegen * fix make * fix mk * update enable signal * change function name to at neg edge * Move test to correct place
-
- Mar 17, 2017
-
-
Tianqi Chen authored
* [VERILOG] VPI Mem Interface/ VPI MMap * fix test issues
-
- Mar 14, 2017
-
-
Tianqi Chen authored
* [RUNTIME] Refactor runtime to be DLPack compatible. Enable plugin of new runtime. * fix mac compile * ok
-
Tianqi Chen authored
* [VERILOG] Basic Verilog Testflow * fix build * fix the comment * fix lint in verilog
-
- Mar 12, 2017
-
-
Tianqi Chen authored
* [OP/LANG] Support Extern Call, more regression tests * [TEST] Include pylintrc
-
Tianqi Chen authored
-
- Mar 05, 2017
-
-
Tianqi Chen authored
* [IterVar/REFACTOR] Add types to IterVar * [ARITH/REFACTOR] Move IntSet to include * [REFACTOR/OP] Move Op detail to seperate folder. * fix test
-
- Mar 04, 2017
-
-
Ziheng Jiang authored
* loop_partition draft * divide loop variable into constant domain and variable domain & consider multiple partitions * process doubt interval * fix and refactor, add relax_map arg in BoundDeduce * fix testcase and comment * rebase to zero, convert to SSA * change the logic of generating loop code & fix issues * add a testcase for relax map in deducebound && fix issues * clean code * const auto& * add test_multi_if
-
- Mar 01, 2017
-
-
Tianqi Chen authored
* [ARITH/VISITOR] Modular Analysis, ExprFunctor, StmtFunctor * retrigger * [IRFunctor] Migrated CodegenC * [IRFUNCTOR] Migrate CodeGenLLVM * [IRFunctor] Migrate canonical * [IRFunctor] Migrate vectorize * [IRFunctor] migrate CodeGenStackVM
-
- Feb 26, 2017
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Feb 24, 2017
-
-
Tianqi Chen authored
-