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

skip fusing slice with a strided op if the relevant tensor accessors … #798

Closed
wants to merge 1 commit into from

Conversation

chenyang78
Copy link
Contributor

…are already set

In some cases, when we fuse a slice op with a strided op (e.g. concat), the relevant tensor accessors in the strided op's input tensors may have already be updated. Let's skip fusion in such a case.

Note that technically, we might be able to perform fusion in some senarios, but let's handle those later if we see needs.

…are already set

In some cases, when we fuse a slice op with a strided op (e.g. concat), the
relevant tensor accessors in the strided op's input tensors may have already
be updated. Let's skip fusion in such a case.

Note that technically, we might be able to perform fusion in some senarios,
but let's handle those later if we see needs.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 26, 2023
@facebook-github-bot
Copy link
Contributor

@chenyang78 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@chenyang78
Copy link
Contributor Author

Seems something went wrong. Closing this PR first.

@chenyang78 chenyang78 closed this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants