Skip to content

[SYCL][Fusion] Abort fusion on non-uniform work-group sizes ND-range #12077

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

Merged

Conversation

victor-eds
Copy link
Contributor

@victor-eds victor-eds commented Dec 5, 2023

Some ND-ranges combinations may result in non-uniform work-group sizes in the fused ND-range, e.g., fusing {{9}, {3}} and {512} would yield {{512}, {3}}. Abort fusion in these cases.

Some ND-ranges combinations may result in non-homogeneous work-group
sizes in the fused ND-range, e.g., fusing `{{9}, {3}}` and `{512}`
would yield `{{512}, {3}}`. Abort fusion in these cases.

Signed-off-by: Victor Perez <[email protected]>
@victor-eds victor-eds self-assigned this Dec 5, 2023
@victor-eds victor-eds requested a review from a team as a code owner December 5, 2023 11:19
@victor-eds victor-eds changed the title [SYCL][Fusion] Abort fusion on non-homogeneous work-group sizes ND-range [SYCL][Fusion] Abort fusion on non-uniform work-group sizes ND-range Dec 5, 2023
@victor-eds
Copy link
Contributor Author

victor-eds commented Dec 8, 2023

@intel/llvm-gatekeepers can I get this fix merged?

SYCL E2E on AWS CUDA failure is unrelated to this change (see).

@steffenlarsen steffenlarsen merged commit 858db62 into intel:sycl Dec 8, 2023
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.

3 participants