- 04 8月, 2021 6 次提交
-
-
由 kuizhiqing 提交于
-
由 Sing_chan 提交于
* [NPU] Support npu kernel for assign_value op * move test_assign_value_op_npu.py into unittests/npu folder * correce copyright year; add TestAssignApi class using NPUplace in test files
-
由 yeliang2258 提交于
* add crop npu op * code style check * update code to remove usless headers * add testcase and upsate code
-
由 chentianyu03 提交于
* fix backward bug * format code style * add test case for grad tensor accumulator
-
由 zhouweiwei2014 提交于
-
由 WeiXin 提交于
* supplement the function of slice * edit unittest * strided_slice_op support . * polish error message. * polish error message. * polish code. * polish unittest. * polish code. * polish code * polish error message.
-
- 03 8月, 2021 4 次提交
- 02 8月, 2021 6 次提交
-
-
由 ShenLiang 提交于
* support 1f1b for pipeline * add utest * add send_partial/recv_partial * support amp for pp * fix logger
-
由 Zeng Jinle 提交于
* add basic APIs * add attr_types * follow comments * change pass attr types * add set pass attribute codes * refine PADDLE_THROW
-
由 shiyutang 提交于
* test=develop * update identity * add unittest * notest,test=mac_py3 * modify comment & testname * test=document_fix * update comment * test=document_fix * activate all of the CI
-
由 furnace 提交于
* [NPU] add reduce_max * [NPU] delete skipIf * [NPU] add atrrs support or check * [NPU] add attr out_dtype * [NPU] delete debug codes
-
由 Huihuang Zheng 提交于
The comment background message is too long, see details at https://github.com/PaddlePaddle/Paddle/pull/34521
-
由 zhangchunle 提交于
-
- 30 7月, 2021 11 次提交
-
-
由 jakpiase 提交于
* test version of matmul_v2 * added matmul_v2 grad kernel * minor changes * minor changes * minor change for CI approval * CI fix * CI fix * trigger CI * changes after review, not working yet * moved ops to anonymous namespaces * changes after review
-
由 zhangchunle 提交于
-
由 zhangchunle 提交于
-
由 jakpiase 提交于
* test version of matmul_v2 * added matmul_v2 grad kernel * minor changes * minor changes * minor change for CI approval * CI fix * CI fix * added squeeze and squeeze2 kernels * CI fix * CI fix * CI fix * disabled tests when compiled with cuda * added setting format_tag by strides * added sigmoid BF16 FWD/BWD and gelu BF16 BWD * changes after review * Revert "added sigmoid BF16 FWD/BWD and gelu BF16 BWD" This reverts commit 6e3f76720b545abfcff9f6052b46b73a1e745cae. * Revert "Merge branch 'matmul_v2_grad' into squeeze2_op" This reverts commit 06fcf67843a4a7884eccdf67a02a03575e1d4cb8, reversing changes made to 6e3f76720b545abfcff9f6052b46b73a1e745cae. * minor change * added reshape1/2 kernels * moved some functions into private block * CI fix * CI fix * CI fix
-
由 wangguanqun 提交于
* add trainer desc config to distributed strategy * code style modified
-
由 jakpiase 提交于
* added expand_v2 bf16/fp32 kernel * minor change * CI fix * added missing test file * added formatting * reduced binary size * CI fix
-
由 Qi Li 提交于
* [NPU] add clip and clip_grad on NPU, test=develop * address review comments, test=develop * update, test=develop
-
由 Leo Chen 提交于
-
由 zyfncg 提交于
* Support setitem by None index * remove unreachable code * Add Checkpoint for set_value_op because add a new attribute
-
由 wangguanzhong 提交于
* fix lr in param group * add unittest for adamw
-
由 Yuang Liu 提交于
-
- 29 7月, 2021 6 次提交
-
-
由 Zeng Jinle 提交于
* add fix op run order pass * add ut for fix_op_run_order * fix ci error * improve coverage * improve coverge again and fix cpu test case * follow some comments
-
由 Kaipeng Deng 提交于
* add persistent_workers. test=develop
-
由 huangjun12 提交于
-
由 huangjun12 提交于
-
由 kuizhiqing 提交于
-
由 wenbin 提交于
* tile op * more uts * disable tile if trt6.0 * typo * fix timeout issue * opteller * opteller remove duplicate code * comments. test=document_fix * modify PADDLE_ENFORCE. * fix reduce_mean issue
-
- 28 7月, 2021 7 次提交
-
-
由 Aurelius84 提交于
* Add build_strategy in @to_static to support open pass * fix os.environ * add timeout * disable test_build_strategy on openblas
-
由 zhouweiwei2014 提交于
* Support C++ import python on windows for paddle * Support C++ import python on windows for paddle
-
由 Leo Chen 提交于
* support ScaleTensor for scale npu kernel * add more tests for adam npu * fix compile * fix unittest * refine adam optimizer
-
由 cc 提交于
-
由 Roc 提交于
-
由 Fan Zhang 提交于
[CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py (#34441)
-
由 jiangcheng 提交于
This PR added optional boolean is_parameter and stop_gradient in the VarDesc proto, and remove them during save_inference_model
-