- 20 3月, 2018 1 次提交
-
-
由 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 次提交
- 16 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 28 7月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 22 7月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 20 7月, 2017 3 次提交
- 19 7月, 2017 3 次提交
- 15 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 11 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 06 7月, 2017 3 次提交
- 28 6月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 27 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 26 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-