Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Closed
Changes from all commits
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: 1 addition & 1 deletion include/dr/mp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#ifdef SYCL_LANGUAGE_VERSION
#include <oneapi/dpl/algorithm>
#include <oneapi/dpl/execution>
#include <oneapi/dpl/numeric>
#include <oneapi/dpl/execution>
Copy link
Contributor

Choose a reason for hiding this comment

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

please use // clang-format off and // clang-format on as on this examples:
https://stackoverflow.com/questions/60334299/clang-format-disable-ordering-includes

#endif

#ifdef DRISHMEM
Expand Down
Loading