- 15 12月, 2017 5 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
- 14 12月, 2017 2 次提交
-
-
由 tensor-tang 提交于
-
由 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 2 次提交
- 05 12月, 2017 1 次提交
-
-
由 QI JUN 提交于
-
- 01 12月, 2017 3 次提交
- 29 11月, 2017 1 次提交
-
-
由 武毅 提交于
* fix compile on cudnn7 * update * update * make silent
-
- 28 11月, 2017 2 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 27 11月, 2017 3 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 武毅 提交于
* conv cudnn 3d * update test case * update * update * follow comments and remove groups from helper * update * refine * update * follow comments2 * update * fix compile
-
- 24 11月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* make enforce a target and dependent on nccl when gpu is enabled * add some more dependency
-
- 23 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Support int64 for sum op * Refine code
-
- 16 11月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "fix accuracy kernel bug" * "relauch ci"
-
- 15 11月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 13 11月, 2017 3 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Yang Yu 提交于
-
- 11 11月, 2017 2 次提交
-
-
由 dangqingqing 提交于
-
由 emailweixu 提交于
It caused by a bug of std::call_once described in https://stackoverflow.com/questions/41717579/stdcall-once-hangs-on-second-call-after-callable-threw-on-first-call. It is likely caused by a deeper bug of pthread_once, which is discussed in https://patchwork.ozlabs.org/patch/482350/
-
- 08 11月, 2017 2 次提交
-
-
由 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
-
由 qingqing01 提交于
-
- 31 10月, 2017 1 次提交
-
-
由 QI JUN 提交于
* remove unused code * fix cmake file * fix build error
-
- 26 10月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init cudnn batch norm op * rename batch_norm_cudnn_op.cc batch_norm_op.cu * correct name style * add ExtractNCWHD, simplify code * fix ExtractNCWHD * use CUDNN_ENFORCE instead of PADDLE_ENFORCE
-
- 25 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 24 10月, 2017 2 次提交
- 18 10月, 2017 1 次提交
-
-
由 Markus Kliegl 提交于
* initial matmul operator Similar to np.matmul, but also has transpose_X and transpose_Y flags, and only supports tensors from rank 1 to 3 inclusive. For GPU, uses cublas?gemmStridedBatched. For CPU, uses cblas_?gemm_batch if available via MKL; otherwise a simple serial implementation that loops over the batch dimension is employed for now.
-
- 16 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 15 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-
- 14 10月, 2017 1 次提交
-
-
由 Dong Zhihong 提交于
-