- 28 3月, 2022 7 次提交
-
-
由 Weilong Wu 提交于
* [Eager] Support SelectedRows in eager mode * Remove unnecessary codes * Adapt new dygraph flag
-
由 Ligoml 提交于
* update docs dtype(core.VarDesc.VarType) * fix code style, test=document_fix fix code style, test=document_fix Co-authored-by: NChen Long <1300851984@qq.com>
-
由 Guanghua Yu 提交于
* add adaround post-quant method
-
由 Zhanlue Yang 提交于
Enabled eager_mode for complex unit tests, except for test_complex_op.py and test_complex_view_op.py (#40887)
-
由 Aurelius84 提交于
* [Dy2Stat] Fix ForLoop Transformation with single return * [Dy2Stat] Fix ForLoop Transformation with single return
-
由 0x45f 提交于
* Refine test_lac.py for eager mode * refine code * Fix test_program_translator for eager
-
由 Aurelius84 提交于
* Fix bug while specifying target grad in high order gradient * add more unittest * add more unittest
-
- 27 3月, 2022 4 次提交
-
-
由 xiongkun 提交于
* first version, maybe many errors * refactor op_test * fix compare list * fix bg * fix bugs
-
由 Leo Chen 提交于
* fit for mkldnn and inplace op * fix compile * refine ut * register op version * fix inplace op * fix transfer_layout
-
由 hong 提交于
* move slice to pten * merge develop; test=develop * fix slice bug; * update * update * fix error * update * fix bug * polish code * polish code * polish code * try to fix windows bug * add gpu compile flag; * try to fix * remov template; * polish code; * fix npu bug; * fix npu bug * fix npu bug; test=develop * fix slice bug; * remove no need dep
-
由 Aganlengzi 提交于
* [NPU] fix npu cast ut * [NPU] fix npu cast ut
-
- 26 3月, 2022 2 次提交
-
-
由 crystal 提交于
-
由 Chen Weihang 提交于
-
- 25 3月, 2022 15 次提交
-
-
由 hong 提交于
* update * remove useless code * remove label smooth test * polish code * polish code * polish code * remove _in_eager_mode error;
-
由 duanboqiang 提交于
* fix lars optitmizer bug * Update optimizer.py
-
由 zhangbo9674 提交于
-
由 zn 提交于
-
由 0x45f 提交于
-
由 Jiabin Yang 提交于
* fix doc for enable api * test=document_fix
-
由 zhangbo9674 提交于
* add cast_grad phi kernel * refie unittest * refien unittest * refine unittest * refine include header path * refien xpu cast unittest * refine code
-
由 z8hanghuan 提交于
* support multi_dims for tril_triu, *test=kunlun * support multi_dims for tril_triu, *test=kunlun * support multi_dims for tril_triu, *test=kunlun * update xpu.cmake date, support multi_dims for tril_triu, *test=kunlun
-
由 zhouweiwei2014 提交于
-
由 Jiabin Yang 提交于
* refactor eager flags * fix flags error when we switch from eager to dygraph * fix ci problem * fix ci * fix ci * merge develop and fix code style * merge develop and fix code style * fix op test error * fix op test error * fix op test error * fix op test error * fix op test error * merge develop
-
由 TTerror 提交于
-
由 xiongkun 提交于
* 1. add the python api grad 2. add final and intermediate state vlog 3. change the python_api error logic * add python api or close the check_eager=True * fix the compatibility * matmul * disable unittests: test_elementwise_add_op test_scatter_nd_op test_gather_nd_op test_scatter_op test_index_sample_op test_elementwise_add_mkldnn_op * refine the logic of prepara_parameter logic * fix Tensor(gpu) 2 Scalar segment fault. * add multi-attribute. (test_unsqueeze_op); add python_sig_out for customizing op sig out * fix some bugs, support python_out_sig
-
由 Aganlengzi 提交于
* [NPU] add merged_momentum * fix * fix device
-
由 Zhangjingyu06 提交于
-
由 FlyingQianMM 提交于
* support get_item where the index is a bool scalar tensor * add unittests for supporting get_item where the index is a bool scalar tensor
-
- 24 3月, 2022 11 次提交
-
-
由 zhangbo9674 提交于
* approve amp for intermediate_dygraph * add amp_utils for intermediate_dygraph * add amp needcast check for mlu & npu * test unittest * add SetGradNode for set_stop_gradient && add checktensor for GradientHooks * refine code * refien unittest of imperative_amp for new dygraph * inplace api skip amp * add test_imperative_qat_amp for intermediate amp * refine code * refine test_amp ci strategy * refine unittest code * refine amp_utils code * refine amp getpromotetype for some special op * refine unittest code
-
由 Roc 提交于
* # This is a combination of 10 commits. # The first commit's message is: add expert count op add ut for expert_count # This is the 2nd commit message: update UT only for cuda # This is the 3rd commit message: fix for rocm # This is the 4th commit message: update ut # This is the 5th commit message: add moe module # This is the 6th commit message: add expert count op add ut for expert_count # This is the 7th commit message: update UT only for cuda # This is the 8th commit message: update ut # This is the 9th commit message: add moe module # This is the 10th commit message: make expert count private * add assign pos op * fix upper num name * add api _assign pos * add ut for assign pos op * update date * fix for win * update for test (timeout) * fix ut * update * fix ut for number count Co-authored-by: Nhlygit66666 <2570058140@qq.com>
-
由 lilong12 提交于
-
由 Guoxia Wang 提交于
-
由 xiayanming 提交于
* [Auto Parallel] gradient merge pass support dist attribute
-
由 zhangkaihuo 提交于
-
由 zhaocaibei123 提交于
-
由 kuizhiqing 提交于
-
由 xiongkun 提交于
Polish optest: refine the optest parameter logic. support name, dtype, out, output in arbitrary position (#40824) * 1. add the python api grad 2. add final and intermediate state vlog 3. change the python_api error logic * add python api or close the check_eager=True * fix the compatibility * matmul * disable unittests: test_elementwise_add_op test_scatter_nd_op test_gather_nd_op test_scatter_op test_index_sample_op test_elementwise_add_mkldnn_op * refine the logic of prepara_parameter logic * fix Tensor(gpu) 2 Scalar segment fault.
-
由 0x45f 提交于
* Refine eager run_program OP for dy2st UT * append run_program error string and refine run_program_grad * remove some comments * refine ConstructXGradTensors
-
由 caozhou 提交于
* refactor cost model
-
- 23 3月, 2022 1 次提交
-
-
由 jakpiase 提交于
* added missing BF16 activations * added softplus bf16 * minor change * disabled tests for GPU
-