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 multiple warps in non-sliced dimension #2670

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

Conversation

victor-eds
Copy link
Contributor

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

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.

@victor-eds
Copy link
Contributor Author

Second step for #2562. Need to evaluate whether this is enough work on the pass or we need to extend it.

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 <victor.perez@codeplay.com>
@victor-eds victor-eds force-pushed the optimize-elementwise-multi-warp branch from 1157096 to a971b85 Compare November 12, 2024 16:00
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