forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cinn trivalop fuse #7
Open
2742195759
wants to merge
1,060
commits into
phlrain:test_new_group_schedule_tile
Choose a base branch
from
2742195759:cinn-trivalop-fuse
base: test_new_group_schedule_tile
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Cinn trivalop fuse #7
2742195759
wants to merge
1,060
commits into
phlrain:test_new_group_schedule_tile
from
2742195759:cinn-trivalop-fuse
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2742195759
changed the base branch from
develop
to
test_new_group_schedule_tile
February 29, 2024 09:27
tc20042008
reviewed
Feb 29, 2024
tc20042008
reviewed
Feb 29, 2024
tc20042008
reviewed
Feb 29, 2024
tc20042008
reviewed
Mar 2, 2024
tc20042008
reviewed
Mar 2, 2024
paddle/cinn/hlir/dialect/operator/transforms/cinn_group_cluster_pass.cc
Outdated
Show resolved
Hide resolved
tc20042008
reviewed
Mar 2, 2024
paddle/cinn/hlir/dialect/operator/transforms/cinn_group_cluster_pass.cc
Outdated
Show resolved
Hide resolved
tc20042008
reviewed
Mar 4, 2024
tc20042008
reviewed
Mar 4, 2024
} | ||
|
||
template <typename Type, typename Process, typename Condition> | ||
Type RepeatProcessUnitConditionFailed(const Process& process, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
去掉。
这个函数的信息量比较少,基本上只是对控制流进行了抽象,应该可以做得更丰富一点。
2742195759
force-pushed
the
cinn-trivalop-fuse
branch
from
March 5, 2024 06:21
5a325f5
to
dfb0f89
Compare
…ddle into cinn-trivalop-fuse
* add nn.functional.group_norm * fix docs * fix docs
* First commit of conv add pass * Fix some bug * return ps * fix header * commit conv + bias + add pattern * remove persistable * Add None tensor to match pattern * format file * add graph in test case * fix graph style * add r for comment style * change opt_level to 3 * delete useless pass pattern * Set fused_conv2d attribut from source
* add new allocator strategy
…addle#62656) * sparse tensor meta add defalut dtype * auto_mixed_precision_pass support sparse tensor * add dtype * add test * remove fp16 of addmm_coo * fix bug * test coverage
* fix * fix * fix
* update * update
…ddle#62696) * [fix][dataloader] use file descripor instead of file system * [fix][dataloader] use core.globals instend of os.environ * [fix][dataloader] add test dataloader * [fix][dataloader] set FLAGS_dataloader_use_file_descriptor on child process
* add stack_double_grad composite API * add TestStackDoubleGradCheck
* fix fused_weight_only_linesr_pass and ut * update * update * fix
rewrite broadcast logic
…ddle into cinn-trivalop-fuse
* support_clang_12 * add paramater '-y' * add paramater '-y'
* fix bug of reshape infer symbol shape * fix bug
…_op_pass (PaddlePaddle#62951) Signed-off-by: ZelinMa557 <[email protected]>
… cinn-trivalop-fuse
…vierUniform 易用性提升 (PaddlePaddle#63134) * add param gain to xavier * fix test * fix test
… cinn-trivalop-fuse
…ddle into cinn-trivalop-fuse
…ddle into cinn-trivalop-fuse
…ddle into cinn-trivalop-fuse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
PR changes
Description