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

MaxPool: Move the redispatch of fast path to operator level. #1149

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Conversation

chunhuanMeng
Copy link
Contributor

@chunhuanMeng chunhuanMeng commented Dec 9, 2024

The dispatch of at::max_outf was originally at the kernel level, move it to the op level.
Another impact is, before the commit, build of torch-xpu-ops happens to fail due to missing dependency between CodeGen and Kernel lib in CMake.

@fengyuan14 fengyuan14 changed the title Move the dispatch to op level MaxPool: Move the redispatch of fast path to operator level. Dec 11, 2024
@fengyuan14 fengyuan14 added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit 66ac930 Dec 11, 2024
3 checks passed
@fengyuan14 fengyuan14 deleted the meng_fix branch December 11, 2024 08:03
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.

2 participants