This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Enable slice embedding concat split fuse #14491
Open
JustForFun099
wants to merge
37
commits into
apache:master
Choose a base branch
from
JustForFun099:fuseop
base: master
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
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ea35b12
enable slice embedding concat split fuse
JustForFun099 19529ca
fix code style
JustForFun099 70d75c9
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 bb00fb9
retrigger ci
JustForFun099 db29910
retrigger ci
JustForFun099 3fb6138
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 be7ded1
fix code style
JustForFun099 2851998
fix clang error
JustForFun099 a62565d
remove local copy
JustForFun099 415b989
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 ef952ab
retrigger ci
JustForFun099 c8c3ad3
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 a7cf220
add test case
8be9906
retrigger ci
JustForFun099 7adf09a
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 b53fa84
change the testcase to mkldnn file path
JustForFun099 c938039
retrigger ci
JustForFun099 d91a106
Merge remote-tracking branch 'upstream/master' into fuseop
67f8bb1
retrigger ci
JustForFun099 e81be48
retrigger ci
JustForFun099 9bec922
change test case path
JustForFun099 2a52a1c
skip test case for gpu
JustForFun099 55f68bd
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 557e3e7
retrigger ci
JustForFun099 c3e9431
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 f897e4e
retrigger ci
JustForFun099 39b9433
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 3989fe2
fix conflict
JustForFun099 deea19b
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 7ffed68
fix conflict issue
JustForFun099 59f82b7
Merge remote-tracking branch 'upstream/master' into fuseop
JustForFun099 5217e36
fix testcase fail issuse
JustForFun099 d4b8c89
fix code style
JustForFun099 c4dc8b7
retrigger ci
JustForFun099 fdf35ae
retrigger ci
JustForFun099 b93a14d
retrigger ci
JustForFun099 30cd27d
retrigger ci
JustForFun099 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
does in_shape->at have to accessed twice? can we do it once and reuse?