- 03 7月, 2020 1 次提交
 - 
- 
由 GaoWei8 提交于
* fix PADDLE_ENFORCE and refine the description test=develop
 
 - 
 - 14 4月, 2018 1 次提交
 - 
- 
由 Yi Wang 提交于
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 26 12月, 2017 1 次提交
 - 
- 
由 Luo Tao 提交于
 
 - 
 - 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`
 
 - 
 - 08 11月, 2017 1 次提交
 - 
- 
由 Yang Yu 提交于
CompareOp can run on CPU even other operators are running on GPU, since opeatations like comparing control flags should be performed only on CPU
 
 - 
 - 19 9月, 2017 2 次提交
 - 
- 
由 dangqingqing 提交于
 - 
由 Yu Yang 提交于
Using DeviceContext, not Place to get stream
 
 - 
 - 13 9月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 12 9月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
Fix TravisCI
 
 - 
 - 09 9月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* with unit-tests * Also complete `memcpy`
 
 -