Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sycl/include/sycl/khr/group_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
#define SYCL_KHR_GROUP_INTERFACE 1
#endif

#if __cplusplus >= 202302L && defined(__has_include)
#if __has_include(<mdspan>)
#include <mdspan>
#endif
#endif

namespace sycl {
inline namespace _V1 {
Expand Down
Loading