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

[XPU][OptEW] Allow use-def graphs of elementwise optimizable operations #2673

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

victor-eds
Copy link
Contributor

@victor-eds victor-eds commented Nov 11, 2024

Allow operands being used by other optimizable operations to enable
elementwise operations graph optimizations.

Depends on #2670. Do not merge.

Review only 2a4ce18

@victor-eds
Copy link
Contributor Author

Third step for #2562. Getting close to final version of the pass.

@victor-eds victor-eds linked an issue Nov 11, 2024 that may be closed by this pull request
Allow multiple warps in non-sliced dimension as long as there are `n*sub_group_size`
contiguous elements per warp in the non-sliced dimension.

Signed-off-by: victor-eds <[email protected]>
Allow operands being used by other optimizable operations to enable
elementwise operations graph optimizations.

Signed-off-by: victor-eds <[email protected]>
@etiotto
Copy link
Contributor

etiotto commented Nov 15, 2024

@victor-eds this is now ready for rebasing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement -tritonintelgpu-optimize-elementwise-locality
2 participants