- 30 1月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 23 1月, 2018 2 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 16 1月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 09 1月, 2018 1 次提交
-
-
由 QI JUN 提交于
-
- 26 12月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 25 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 22 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "remove GPU Sync Interface" * "fix typo" * "fix type cast error" * "fix related Copy with stream" * "fix failed tests with DevicePool" * "fix stupid removed position error"
-
- 15 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 12 12月, 2017 1 次提交
-
-
由 tensor-tang 提交于
-
- 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
-
- 24 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* make enforce a target and dependent on nccl when gpu is enabled * add some more dependency
-
- 16 11月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 01 11月, 2017 2 次提交
-
-
由 Qiao Longfei 提交于
-
由 Qiao Longfei 提交于
-
- 31 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
Use posix_memalign to allocate aligned memory, since some SIMD instructions require the alignment of memory accesses.
-
- 28 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add debug logs in scope, meta_cache and memory * Add missing deps
-
- 26 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Init * Stash * Polish SaveLoadOp * Fix CI * Polish code * Save GPU Tensor * Stash * Fix CI
-
- 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'` ```
-
- 28 9月, 2017 1 次提交
-
-
由 Yancey 提交于
User StridedMemCpy in Concat/Split Op
-
- 27 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 09 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* with unit-tests * Also complete `memcpy`
-
- 18 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 17 8月, 2017 6 次提交
- 16 8月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 15 8月, 2017 2 次提交
- 04 8月, 2017 2 次提交
- 29 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-