- 22 12月, 2020 3 次提交
-
-
由 xiaoting 提交于
-
由 LielinJiang 提交于
-
由 ShenLiang 提交于
* fix fleet for multi-stream * fix memcpy for ncclid * use sync to solve move operation
-
- 21 12月, 2020 13 次提交
-
-
由 wangchaochaohu 提交于
-
由 wuhuanzhou 提交于
* Add approval for PR-CI-OP-benchmark, test=develop * dont show token in log, test=document_fix
-
由 huangxu96 提交于
* merge amp related function in Momentum from paddle.fluid.contrib.optimizer into paddle.optimizer. * Add unittest for 2.0 Momentum API. * fix some bugs in weight_decay.
-
由 liym27 提交于
4 APIs: array_length, array_read, array_write, create_array
-
由 Huihuang Zheng 提交于
Add Retry Logic to CublasHandlerHolder to avoid random unittest failure.
-
由 yukavio 提交于
* fix flops * fix flops
-
由 liym27 提交于
[Dy2Stat] Fix bug for loop: a variable is used and created in loop, but used before created (#29769)
-
由 LielinJiang 提交于
* add double grad for conv_transpose
-
由 Leo Chen 提交于
-
由 huangxu96 提交于
-
由 LoveAn 提交于
* Test compilation time with less parallel count, notest, test=windows_ci * optimize rules of Unity Build, notest, test=windows_ci, test=windows_op * limit parallel counts used only on GPU, test=develop * remove limit of argument /m:8 on Windows, test=develop
-
由 Zhang Jun 提交于
-
由 wangchaochaohu 提交于
-
- 20 12月, 2020 2 次提交
- 19 12月, 2020 2 次提交
-
-
由 Jacek Czaja 提交于
* - Reimplemented elementwise_add grad - lint * - fix after review * - Fix to fix after review
-
由 Wojciech Uss 提交于
* upgrade oneDNN with GRU INT8 optimizations * fix test
-
- 18 12月, 2020 9 次提交
-
-
由 Huihuang Zheng 提交于
Enable jit.save to Save Without Running.
-
由 Aurelius84 提交于
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
Support to transformfor ele in var stms in which var is a slice of Tensor.
-
由 chentianyu03 提交于
* delete no need to calculate inputs in dygraph op_test * delete no need to calculate inputs in dygraph op_test
-
由 liym27 提交于
Before this commit, test_slice use old api `dygraph_to_static_func` to use Dynamic-t-Static and use Executor explicitly,which is not recommended to users. After fixed, use recommended API `paddle.jit.to_static` to replace `dygraph_to_static_func`, which won't trigger the random exception on coverage CI.
-
由 syyxsxx 提交于
fix isfinite_v2_op OpProtoAndCheckerMaker AddComment bug
-
由 Huihuang Zheng 提交于
Unit test reported memory not enough on CPU machines. Reduce batch size again.
-
由 石晓伟 提交于
-
- 17 12月, 2020 11 次提交
-
-
由 LielinJiang 提交于
* update to_tensor en docs
-
由 chentianyu03 提交于
* add conj op for complex types * add conj for complex types * add more test case * add conj_op test * modify conj api and impl * add complex type for fill_constant_op xpu * add setConstant for complex type * remove complex conj test file * user define grad for test_conj_op * add test case for static mode of conj api * modify conj doc * change input args name to x * remove useless codes * conj support real types * add conj test case for real number
-
由 Wilber 提交于
* enable_use_gpu has higher priority than FLAGS * update.
-
由 WangXi 提交于
-
由 tianshuo78520a 提交于
-
由 wanghuancoder 提交于
* Windows generate pdb and dump, for debug * fix code style, test=develop * modify cmakelist
-
由 Huihuang Zheng 提交于
Modify CublasHandleHolder from using PADDLE_ENFORCE_CUDA_SUCCESS to PADDLE_RETRY_CUDA_SUCCESS to fix random unittest failure. We checked that the unittest log showed CUDA allocation error at this file, which may due to GPU not enough. We fixed similar failure in the past, so we applied PADDLE_RETRY_CUDA_SUCCESS here.
-
由 Chen Weihang 提交于
* add complex real op & api & unittest * add imag op & api & unittest * refactor op impl * revert simplify writing due to complile failed * polish details * polish grad op code
-
由 Jacek Czaja 提交于
-
由 LiuChiachi 提交于
* update EarlyStopping doc * update EarlyStopping doc, test=document_fix
-
由 wangchaochaohu 提交于
-