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] Add support for reshape(convert_layout) operand pattern #2658

Closed

Conversation

victor-eds
Copy link
Contributor

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

Add support for case in which operands are the result of a reshape operation
on a layout conversion.

This is a common pattern arising from -intel-triton-optimize-reduction-locality.

This PR depends on #2631. Review only 2c58c8d.

…pass

Define pass improving elementwise parallelism by avoiding layout conversions
leading to data duplication between threads.

See pass documentation for more information.

Signed-off-by: victor-eds <victor.perez@codeplay.com>
Add support for case in which operands are the result of a reshape operation
on a layout conversion.

This is a common pattern arising from `-intel-triton-optimize-reduction-locality`.

Signed-off-by: victor-eds <victor.perez@codeplay.com>
@victor-eds
Copy link
Contributor Author

I may change the approach to this next week. Delay reviews for now.

@victor-eds victor-eds marked this pull request as draft November 8, 2024 17:09
@victor-eds
Copy link
Contributor Author

Won't merge as approach changed.

@victor-eds victor-eds closed this Nov 11, 2024
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.

1 participant