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

confilct #1

Merged
merged 32 commits into from
Nov 28, 2022
Merged

Conversation

Liyulingyue
Copy link
Owner

PR types

PR changes

Describe

Liyulingyue and others added 30 commits November 28, 2022 09:54
* Update communicator.cc

* Update communicator.cc

* remove LoDTensor

* remove LoDTensor and Tensor
* remove fluid.reduce_sum

* remove fluid.reduce_sum

* modify axis and import paddle

* modify keepdim and out_name

* modift unittest

* modift unittest

* modify CI_static and loss.py

* modify test_mse_loss

* modify static ci

* modify static ci datatype

* add import paddle in test

* fix conflict

* fix conflict

* modify ci

* modify ci

* fix_conflict

* fix bug

* code_style
* fix expand as op

* fix bug
* add_gather_nd_

* add_gather_nd_

* add_gather_nd_
* clear fluid api: warpctc, nce, identity_loss

* fix test_layers.py __init__.py

* fix loss.py

* change __init__.py and api calling method

* fix nce

* fix nce

* fix fluid.data

* delete warpctc api document

* fix loss.py

* fix ctc_loss

* fix test_warpctc_op.py

* fix test_layers.py

* fix some bug

* fix conflict

* fix ci bug

* Empty Commit test=allcase

* fix ci bug
* add matmul_flops

* add dropout,layer_norm ...

* add dropout,layer_norm ...

* add elementwise_flops

* add dict check

* add unitests

* add equation for flops computation

* regularized annotations
* add fluid_op_name_map

* rename some kernel name

* add comments for op-kernel map

* refine map name of op to kernel
…xxx.h" in phi (#48420)

* rm fluid “xpu_header.h” deps in phi

* move part of xpu_op_list.h from fluid to phi

* add fluid xpu_op_list deps

* add glog deps for xpu_op_list in phi

* fix PR-CI-Kunlun
* Remove kSyncRun in StreamAnalyzer

* Update code
* add pattern for auto search

* add unittest
…ait` & `barrier` (#48396)

* refactor: move wait

* refactor: move barrier

* fix: fix incorrect import
* remove fluid

* update public

* core

* public

* public1

* ci
* add trace mode for interpretercore

* fix bug

* add a ctrl flag

* add record for memcpyd2h

* polish code

* polish code
* remove flatten in nn.py under fluid

* fix test case

* fix test case

* fix codestyle

* fix codestyle

* fix code style

* remove extra test case

* remove test case
* [NPU] apply npu_identity to conv bn and copy2cpu, test=develop

* update npu identity to share data with x, test=develop

* address review comments, test=develop
* Fix onednn kernel bugs

* fix gpu bugs
* Optimize the log of broadcast and decrease the log level.

* Remove the redundant brackets.

* Change op benchmark ci to test the tests module.

* Remove the observe of elementwise and reduce_ops sub-directory.
* decouple cudnn_desc.h from fluid

* move cudnn_desc.h from fluid to phi

* fix bugs

* decouple cudnn_helper.h from fluid

* fix bugs

* move cudnn_helper.h from fluid to phi

* add fluid cudnn_helper.h

* move miopen_desc.h from fluid to phi

* move miopen_helper.h from fluid to phi

* fix bugs

* move gpu_dnn.h from fluid to phi

* fix bugs

* update copyright year

* simplify gpu_dnn.h in fluid

* fix bugs

* fix xpu build bug

* fix compile bug

* fix bug
…#48240)

* [Fluid Clean] Migrate program_translate.py/jit.py into paddle.jit dir
* remove crop_tensor which is not used in paddle 2.0

* replace the crop_tensor with paddle.crop in orgnizing network
Vvsmile and others added 2 commits November 28, 2022 17:15
….fluid.layers.squeeze (#47938)

* Remove API: squeeze
	Modify the funcation all of squeeze.
	Use paddle.squeeze to replace paddle.fluid.layers.squeeze

* Remove: squeeze
	fix some modifications which are not needless to the original
format

* Fix the function call of 'squeeze' from old style to new style.

* modify the call of squeeze from old style to new style

* Modify the call of squeeze from old style to new style

* replace squeeze with paddle.squeeze

* modify the nn.py based on the review suggestion

remove a redundant comment.

* remove one comment which is not necessary
* generate static graph code for some operators

* add some ops generate

* revert npu gelu
@Liyulingyue Liyulingyue merged commit 3fe0e49 into Liyulingyue:DensorTensor_operator Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.