Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #29

Merged
merged 5,482 commits into from
Sep 1, 2022
Merged

update #29

merged 5,482 commits into from
Sep 1, 2022

Conversation

niuliling123
Copy link
Owner

PR types

PR changes

Describe

ShawnNew and others added 30 commits August 17, 2022 14:59
* [Eager]Support Lazy initialization for nn.Lazyer
* fix multi stream error.
* [OpAttr]Add SupportTensor for OpMaker

* fix typo

* fix code style

* add SupportTensor for concat op

* add unittest for register Tensor

* add shape checker and split attribute
…tTrue(np.allclose(...)) (part 1) (#44988)

* autofix

* try resolve precision issues

* revert some changes

* clean some `err_msg`

* 0.0001 -> 1e-4

* update commented assert code

* try to fix some shape errors

* `numpy` -> `np`

* empty commit, trigger kunlun ci, test=kunlun

* empty commit, retrigger kunlun ci, test=kunlun

* empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun

* try fix npu import error, test=kunlun
…aml) (#45140)

* transfer bilinear op to phi, change bname from bilinear_interp_v2 to bilinear_interp

* reserve linear_interp param

* fix cross device import
* fix infer tans scop

* fix infer trans scope

* fic infer trans scope

* fic infer trans scope

Co-authored-by: dingjiawei <327396238@qq.com>
…, test=kunlun (#45024)

* change to async mode for xpu multi-card training in static graph mode

* minor bugfix

* irrelevant. move to another pr

* move change to other pr

* fix stream issue

* fix 'stream not meet with current context' error

* fix branch diverge, test=kunlun
* [OpAttr]Squeeze axes support Tensor

* add support_tensor

* fix unittest

* fix coverage
…ogram in Standalone Executor (#45085)

* apply inplace addto in python apply_pass

* fix

* apply inplace pass for program

* skip feed and fetch var

* fix block_desc.move_from

* fix block desc

* alltoall remove inplace

* fix
… yaml) (#45145)

* transfer trilinear op to phi, change name from trilinear_interp_v2 to trilinear_interp

* reserve linear_interp param

* change testcase scale if-branch

* testcase test_imperative_case

* fix trilinear testcase

* import paddle in test_trilinear_interp_v2
* add skip ci check,test=document_fix

* add message ;test=document_fix

* add message ;test=document_fix
* [Eager] add get_tensor_from_selected_rows

* add PADDLE_ENFORCE to check SelectedRows

* use _ prefix in temp
* add clip_grad

* fix comments

* add unittest

* update logger
* predictor add GetInputType interface

* predictor change GetInputType to GetInputTypes

* predictor add tester

* predictor add tester

* predictor change GetInputType to GetInputTypes

* predictor change GetInputType to GetInputTypes

* predictor add tester
From00 and others added 29 commits August 31, 2022 11:04
* Refactor ExecutorCache

* Update code

* Fix mkldnn UT errors

* Fix typos

* Fix CI errors
* transfer concat kernel

* test=kunlun

* test=kunlun

* test=kunlun

* test=kunlun
* [XPU]Migrate argsort and arg_max XPU kernel into Phi

* test=kunlun

* test=kunlun
* Move XPU momentum to phi, test=kunlun

* Fix mu type, test=kunlun
* [OpAttr]output_size of unpool support Tensor type

* fix coverage

* fix contain_var

* fix coverage
* migrate compare op(E/NE/LE/LT/GE/GT) from fluid to phi

* fix compile error

* fix memory alloc; test=kunlun

* refine code; test=kunlun

* replace PADDLE_ENFORCE with PADDLE_ENFORCE_XDNN_SUCCESS
* add grad_clip pass

* add unittest

* add notes

* update func

* add dist_attr for new op
…45395)

* bugfix (#45332)

* dist embedding support lookup table v1

* add unitest

* update unitest cmake
* move label_smmoth XPU kernel to PHI,test=kunlun

* delete label_smooth_op_xpu.cc and modfied label_smooth_kernel.cc,test=kunlun

* delete add_label_smooth.cc,test=kunlun
* migrate truncated_gaussian_random kernel to phi, test=kunlun

* reuse CPU kernel, test=kunlun

* debug kernel, test=kunlun

* migrate truncated_gaussian_random kernel to phi, test=kunlun

* split truncated_normal, test=kunlun

* try fix error from CI, test=kunlun
* add del dropout op pass to jit pe enigne

* add delete dropout test
* new exe skip async mode

* open distribution
* move clip XPU kernel to PHI,test=kunlun

* delete clip_op_xpu.cc,test=kunlun
* move elementwise test=kunlun

* move add/sub/mul/div kernel to elementwise_kernel, test=kunlun

* fix ci bugs,test=kunlun

* fix ci bugs

* test=kunlun
* revert the change of remove_training_info

* update

* update
* move elementwise_floordiv、elementwise_max、elementwise_max_grad XPU kernel to phi,test=kunlun

* move elementwise_min elementwise_min_grad kernels to phi,test=kunlun

* delete elementwise_min_xpu.cc,test=kunlun

* move elementwise_mod elementwise_pow XPU kernels to phi,test=kunlun
* enhance grid_sampler cpu kernel to 5D input

* fix bug when 5D input tensor running on the cudnn kernel
@niuliling123 niuliling123 merged commit 0abd1bb into niuliling123:develop Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment