- 08 11月, 2018 1 次提交
 - 
- 
由 minqiyang 提交于
Fix code to support cpplint syntax check test=develop
 
 - 
 - 28 9月, 2018 1 次提交
 - 
- 
由 Yan Chunwei 提交于
- add naive executor - fix concurrency performance issue
 
 - 
 - 08 8月, 2018 1 次提交
 - 
- 
由 Dun Liang 提交于
 
 - 
 - 09 7月, 2018 1 次提交
 - 
- 
由 gongweibao 提交于
 
 - 
 - 29 6月, 2018 1 次提交
 - 
- 
由 chengduo 提交于
* memory init * add env * refine anounce * Add check for Nan * Debug * Add env for cc_test * Add env for py_test and nv_test * Remove py_test env * Add env for py_test * serial test_recognize_digits * Test FLAGS_init_allocated_mem function for unit test * Init allocated mem for op unit test * Add env for all unit test
 
 - 
 - 08 4月, 2018 3 次提交
 - 02 4月, 2018 1 次提交
 - 
- 
由 chengduoZH 提交于
 
 - 
 - 28 3月, 2018 1 次提交
 - 
- 
由 chengduoZH 提交于
 
 - 
 - 27 3月, 2018 1 次提交
 - 
- 
由 chengduoZH 提交于
 
 - 
 - 26 3月, 2018 3 次提交
 - 
- 
由 chengduoZH 提交于
 - 
由 chengduoZH 提交于
 - 
由 chengduoZH 提交于
 
 - 
 - 20 3月, 2018 4 次提交
 - 
- 
由 Yu Yang 提交于
 - 
由 Yu Yang 提交于
 - 
由 Yu Yang 提交于
 - 
由 chengduoZH 提交于
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 09 1月, 2018 1 次提交
 - 
- 
由 QI JUN 提交于
 
 - 
 - 25 12月, 2017 1 次提交
 - 
- 
由 dzhwinter 提交于
 
 - 
 - 07 12月, 2017 1 次提交
 - 
- 
由 QI JUN 提交于
* fix gpu memory allocation policy * refine codes * fix code style * follow comments
 
 - 
 - 30 11月, 2017 1 次提交
 - 
- 
由 QI JUN 提交于
* add gflags for C++ unittest
 
 - 
 - 01 11月, 2017 2 次提交
 - 
- 
由 Qiao Longfei 提交于
 - 
由 Qiao Longfei 提交于
 
 - 
 - 28 10月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Add debug logs in scope, meta_cache and memory * Add missing deps
 
 - 
 - 17 10月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Make global scope not thread-safe 1. It is no need to make global scope thread-safe, since it will be invoked in Python main thread. 2. Do not free the global scope when C++ exit. Let the OS free memories, otherwise, we need to handle the destroy dependencies. See https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables * Revert "FIX: Release CPU/GPU memory via deleter" This reverts commit 8f80f5bc.
 
 - 
 - 10 10月, 2017 1 次提交
 - 
- 
由 Luo Tao 提交于
 
 - 
 - 05 10月, 2017 3 次提交
 - 
- 
由 Yi Wang 提交于
 - 
由 Yi Wang 提交于
 - 
由 Yu Yang 提交于
By shell command ```bash sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` ```
 
 - 
 - 18 8月, 2017 1 次提交
 - 
- 
由 liaogang 提交于
 
 - 
 - 17 8月, 2017 6 次提交