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

[WIP][NFC] Hoist non-dot-encoding-sensitive inferOpEncoding to base class #3614

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LiyangLingIntel
Copy link
Contributor

The idea is to cancle some pure virtual function and move those not backend sensitive inferOpLayout functions to base class as default behavior of the virtual functions. So that these function implementation can be shared by derived classes.

The common files changes will be upstreamed.

@LiyangLingIntel LiyangLingIntel self-assigned this Mar 5, 2025
@LiyangLingIntel LiyangLingIntel changed the title Reduce duplication in InferLayoutInterface [WIP] Reduce duplication in InferLayoutInterface Mar 5, 2025
@LiyangLingIntel LiyangLingIntel changed the title [WIP] Reduce duplication in InferLayoutInterface [WIP][NFC] Hoist non-dot-encoding-sensitive inferOpEncoding to base class Mar 6, 2025
@LiyangLingIntel LiyangLingIntel force-pushed the liyang/reduce_inferlayoutinterfance_duplication branch from 7665a2b to 0e93907 Compare March 6, 2025 07:59
@LiyangLingIntel
Copy link
Contributor Author

This PR is pending on the upstream PR feedback.

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.

Declare TritonGPUInferLayoutInterface in header file upstream
1 participant