- 17 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 11 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory. We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton. Also added data_feed_proto to operator to fix CI in CPU compilation
-
- 10 6月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* remove attribute in Allocator::Allocate, test=develop * fix travis ci error, test=develop
-
- 23 5月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* Revert "Revert "Fix allocator bug"" This reverts commit 174d0d0b. * Revert "fix travis ci" This reverts commit 5656fa9f. test=develop * add inlined_vector.h, test=develop * add inlined_vector_test,test=develop
-
- 28 3月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
add include headers to fix travis-ci test=develop
-
- 24 3月, 2019 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 06 3月, 2019 1 次提交
-
-
由 sneaxiy 提交于
test=develop
-
- 08 2月, 2019 1 次提交
-
-
由 Dun Liang 提交于
test=develop
-
- 15 11月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Clean allocation->Deleter test=develop
-
- 14 11月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 01 11月, 2018 1 次提交
-
-
由 sneaxiy 提交于
remove Free() method in UnmanagedAllocator
-
- 19 10月, 2018 1 次提交
-
-
由 sneaxiy 提交于
-
- 02 10月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 29 9月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 28 9月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Use OO style to rewrite memory allocation.
-
- 12 9月, 2018 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 31 8月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 29 8月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 21 8月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
* link IR graph to analysis graph * add clean code and update * add infer_clean_pass * add ir_pass_manager * support fc fuse executation * fix ir circle
-
- 09 8月, 2018 1 次提交
-
-
由 Xin Pan 提交于
Reduce one level of inheritence.
-
- 26 7月, 2018 4 次提交
- 22 7月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 19 7月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 18 7月, 2018 4 次提交
- 26 6月, 2018 1 次提交
-
-
由 yi.wu 提交于
-
- 11 6月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 08 6月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 06 6月, 2018 1 次提交
-
-
由 yuyang18 提交于
* Use Builder Chain to decorate new builders. It is easy to extend builders. * Make graphviz path as a build strategy, not a FLAGS.
-
- 15 5月, 2018 1 次提交
-
-
由 yuyang18 提交于
-
- 14 5月, 2018 2 次提交
- 07 4月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* cpplint test and add tesnor_py_test.cc * Update * Update
-
- 07 3月, 2018 2 次提交