- 27 12月, 2017 1 次提交
-
-
由 Yang Yu 提交于
Make them as usual names.
-
- 25 12月, 2017 2 次提交
- 24 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "change operator interface" * "move devicepool to device_context" * "fix operator test" * "fix op_registry Run interface" * "net op passed. Need to fix nccl multi-Context" * "add nccl group function" * "add nccl group function" * "fix gpu count exceed 32 error" * "fix recurrent op, nccl op" * "change the other operators interface with Place" * "fix typo" * "fix pybind" * "fix device in python side" * "fix pybind failed" * "add init for test" * "fix CI"
-
- 21 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
-
- 18 12月, 2017 1 次提交
-
-
由 QI JUN 提交于
* add more place_test and rename Cudnn to CUDNN * fix ci
-
- 14 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "derived cudnnDevice context" * "leave remove cudnn handle from CUDADeviceContext" * "fix math function error"
-
- 12 12月, 2017 1 次提交
-
-
由 QI JUN 提交于
There are mainly following fixes: - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place` - remove `eigen_device` interface in base class `DeviceContext` - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext` - remove unused `platform::EigenDeviceConverter` - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL` - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
-
- 07 12月, 2017 1 次提交
-
-
由 Yang Yu 提交于
-
- 08 11月, 2017 1 次提交
-
-
由 qingqing01 提交于
-
- 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'` ```
-
- 29 9月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 19 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Also use `const DeviceContext&` all the time, to prevent `const_cast` Fix #4169 Fix #3468 Fix #3475
-
- 14 9月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 13 9月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 22 8月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 21 8月, 2017 3 次提交
- 15 8月, 2017 2 次提交
- 09 8月, 2017 1 次提交
-
-
由 dongzhihong 提交于
-
- 30 7月, 2017 1 次提交
-
-
由 Superjom 提交于
-
- 28 7月, 2017 2 次提交
- 27 7月, 2017 2 次提交
- 17 7月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 12 7月, 2017 3 次提交
- 09 12月, 2016 1 次提交
-
-
由 Yi Wang 提交于
-
- 22 11月, 2016 1 次提交
-
-
由 Luo Tao 提交于
-
- 29 8月, 2016 1 次提交
-
-
由 zhangjinchao01 提交于
ISSUE=4586495 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
-