Skip to content

Commit 2f99c5a

Browse files
author
Lamzed-Short, Andrew
committed
Clang format fixes to ur_level_zero atomic_mem_order impl
1 parent 9579a03 commit 2f99c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/plugins/unified_runtime/ur/adapters/level_zero/ur_level_zero.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <climits>
1111
#include <string.h>
1212

13-
#include <sycl/detail/pi.h>
1413
#include "ur_level_zero.hpp"
14+
#include <sycl/detail/pi.h>
1515
#include <ur_bindings.hpp>
1616

1717
// Define the static class field
@@ -1163,9 +1163,9 @@ ZER_APIEXPORT zer_result_t ZER_APICALL zerDeviceGetInfo(
11631163
}
11641164

11651165
case ZER_EXT_DEVICE_INFO_ATOMIC_MEMORY_ORDER_CAPABILITIES: {
1166-
return ReturnValue(uint32_t{
1167-
PI_MEMORY_ORDER_RELAXED | PI_MEMORY_ORDER_ACQ_REL | PI_MEMORY_ORDER_SEQ_CST
1168-
});
1166+
return ReturnValue(uint32_t{PI_MEMORY_ORDER_RELAXED |
1167+
PI_MEMORY_ORDER_ACQ_REL |
1168+
PI_MEMORY_ORDER_SEQ_CST});
11691169
}
11701170

11711171
// TODO: Implement.

0 commit comments

Comments
 (0)