Skip to content

Commit 57fb0b8

Browse files
authored
[SYCL] Remove unfinished extension macro from sycl_khr_group_interface (#19911)
This extension will be merged into SYCL-Docs soon so this change removes the `__DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS` macro guard. Signed-off-by: Michael Aziz <[email protected]>
1 parent 388ccf5 commit 57fb0b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/include/sycl/khr/group_interface.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
#include <sycl/id.hpp>
1212
#include <sycl/range.hpp>
1313

14-
#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
1514
#define SYCL_KHR_GROUP_INTERFACE 1
16-
#endif
1715

1816
#if __cplusplus >= 202302L && defined(__has_include)
1917
#if __has_include(<mdspan>)
@@ -23,7 +21,6 @@
2321

2422
namespace sycl {
2523
inline namespace _V1 {
26-
#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
2724
namespace khr {
2825

2926
// Forward declarations for traits.
@@ -265,6 +262,5 @@ template <typename Group> bool leader_of(Group g) {
265262
}
266263

267264
} // namespace khr
268-
#endif
269265
} // namespace _V1
270266
} // namespace sycl

0 commit comments

Comments
 (0)