Skip to content

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

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 21, 2024

Conversation

aelovikov-intel
Copy link
Contributor

Continuation of changes started in #12890.

@aelovikov-intel
Copy link
Contributor Author

Depends on #13839 (somehow) and has to be merged after it.

@@ -9,6 +9,7 @@
#pragma once

#include <sycl/detail/defines.hpp>
#include <sycl/ext/oneapi/experimental/group_helpers_sorters.hpp>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm most likely missing something, why we need to include this header for sorting algorithms into reductions header?

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.

group_with_scratchpad is defined in the sorting extension, UDR extension depends on that one for it. It's not really required for the implementation, but it is needed for the user to use UDR extension, so we should be providing it as part of this include.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see, thanks!

@aelovikov-intel aelovikov-intel merged commit b0b97a9 into intel:sycl May 21, 2024
25 of 28 checks passed
@aelovikov-intel aelovikov-intel deleted the core-udr branch May 21, 2024 02:05
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