Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 4ba0767

Browse files
committed
clang-format is not amused
Signed-off-by: Chris Perkins <[email protected]>
1 parent cfbe08a commit 4ba0767

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SYCL/Basic/partition_supported.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
1) if partition_equally is supported, then we check that the correct
1010
invalid errc is returned if more than max_compute_units are requested
1111
12-
2) If the SYCL device does not support info::partition_property::partition_by_affinity_domain or the
13-
SYCL device does not support the info::partition_affinity_domain provided, an
14-
exception with the **feature_not_supported error code must be thrown**.
12+
2) If the SYCL device does not support
13+
info::partition_property::partition_by_affinity_domain or the SYCL device does
14+
not support the info::partition_affinity_domain provided, an exception with the
15+
**feature_not_supported error code must be thrown**.
1516
*/
1617

1718
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)