Skip to content

[SYCL] Use sycl/detail/core.hpp in test-e2e/SubGroupMask/* #13842

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
merged 1 commit into from
May 20, 2024

Conversation

aelovikov-intel
Copy link
Contributor

Continuation of changes started in #12890.

@aelovikov-intel aelovikov-intel requested a review from a team as a code owner May 20, 2024 19:58
@@ -143,6 +143,19 @@
// CHECK-NEXT: detail/spirv.hpp
// CHECK-NEXT: ext/oneapi/experimental/non_uniform_groups.hpp
// CHECK-NEXT: ext/oneapi/sub_group_mask.hpp
// CHECK-NEXT: builtins.hpp
Copy link
Contributor Author

@aelovikov-intel aelovikov-intel May 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally we would try to avoid growing this, but this change is a bugfix. The proper future change is to move the entire "sub_group_mask" extension out of core.hpp. I expect that to happen in #13760.

@@ -15,8 +15,13 @@
//
//===----------------------------------------------------------------------===//

// TODO: switch to <sycl/detail/core.hpp> once we decide how feature macros
Copy link
Contributor

@againull againull May 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: Do we need this TODO? It looks like test is using core.hpp now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I'll remove that in a follow-up PR because I want this merged to unblock dependent changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing it as part of #13853.

Copy link
Contributor

@againull againull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just NIT comment

@aelovikov-intel aelovikov-intel merged commit c5f88aa into intel:sycl May 20, 2024
15 checks passed
@aelovikov-intel aelovikov-intel deleted the core-sub-group-mask branch May 20, 2024 23:07
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.

2 participants