- 29 May, 2018 40 commits
-
-
* Address execution hot spots * extend the reserve logic a bit * FIx more hot spots * Performance: use resize(0) instead of clear() in order to avoid a free/malloc
Chris Olivier committed -
Tianqi Chen committed
-
* declare a type name for each tuple type * generic way to declare type names for each tuple type * fix lint error * update submodule dmlc-core
Jiasen Wu committed -
reminisce committed
-
Joshua Z. Zhang committed
-
Eric Junyuan Xie committed
-
* add additional field into node for autograd * check inputs reachable * fix
Eric Junyuan Xie committed -
Terence Wu committed
-
* [LIBINFO] Enable load .dylib on darwin * Fix makefile
ziheng committed -
formath committed
-
Eric Junyuan Xie committed
-
Eric Junyuan Xie committed
-
Terence Wu committed
-
Eric Junyuan Xie committed
-
Eric Junyuan Xie committed
-
* [ATTR/SYMBOL] Expose op_name attr to python * fix xcode
Tianqi Chen committed -
Rahul committed
-
Ye Zhou committed
-
Haibin Lin committed
-
Terence Wu committed
-
Terence Wu committed
-
* fixed make no_optimization runs indefinitely when run the memcost example provided * format plan_memory.cc
zhuhyc committed -
Sheng Zha committed
-
* fix plan memory add inplace_identity option * comment
Eric Junyuan Xie committed -
formath committed
-
* Handling duplicate NodeEntries on the edge of the graph * Fix docs and segfault * Suggestions from review * Added attr_parser check
Przemyslaw Tredak committed -
Eric Junyuan Xie committed
-
ziheng committed
-
* Change TShape::index_t to int64_t * Add comment * Make Tuple::Save&Load dtype generic * trigger update * Fix lint * Fix comment * Change index_t to dim_t * Remove legacy index_t
ziheng committed -
Eric Junyuan Xie committed
-
* CMake/make adjustments and warning fix * Fix warnings
Chris Olivier committed -
* change to match by both op and name * add zero prop for non differentiable ops * Update infer_shape_type.cc
Eric Junyuan Xie committed -
* enable shape hints during infer_shape pass * fix comment
Ziheng Jiang committed -
* Imbalance version of shared pool during plan memory * Bug fix for no shared_pool case * Auto search and updated shared mem pool * Cleanup unused code * Cleanup logging code * Add unit test for shared storage * Remove shared pool in PlanMemory. Fix lint warnings * Fix lint warnings * Use reference instead of ptrs
Haibin Lin committed -
Eric Junyuan Xie committed
-
piiswrong committed
-
piiswrong committed
-
Eric Junyuan Xie committed
-
Eric Junyuan Xie committed
-
misstype fix
Khomutov Nikita committed
-