- 06 2月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
Correct the use of DeviceContext in unittest sequence_pooling_test and sequence_padding_test (#22456) * Add log in memory::Copy for debug purpose. * Change to use context in DeviceContextPool directly in sequence_pooling_test, instead to new one. * Change to use context in DeviceContextPool directly in sequence_padding_test, instead to new one. test=develop * Change the type of second_dim from size_t to int64_t. test=develop
-
- 27 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 * clean code of allocator,test=develop * delete zero_size_allocator.h,test=develop * fix failed unittest,test=develop
-
- 11 3月, 2019 1 次提交
-
- 04 3月, 2019 3 次提交
-
-
由 chengduo 提交于
Add Event for TensorCopy
- 01 3月, 2019 1 次提交
-
-
由 chengduo 提交于
Add Event for TensorCopy
-
- 19 10月, 2018 1 次提交
-
-
由 sneaxiy 提交于
-
- 23 4月, 2018 2 次提交
- 26 3月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 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"
-
- 10 10月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 05 10月, 2017 2 次提交
-
-
由 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
-
- 09 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* with unit-tests * Also complete `memcpy`
-
- 15 8月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 28 7月, 2017 2 次提交
- 27 7月, 2017 1 次提交
-
-
由 liaogang 提交于
-
- 22 7月, 2017 2 次提交
- 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 提交于
-