File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sycl/plugins/unified_runtime/ur/adapters/level_zero Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
#include < climits>
11
11
#include < string.h>
12
12
13
- #include < sycl/detail/pi.h>
14
13
#include " ur_level_zero.hpp"
14
+ #include < sycl/detail/pi.h>
15
15
#include < ur_bindings.hpp>
16
16
17
17
// Define the static class field
@@ -1163,9 +1163,9 @@ ZER_APIEXPORT zer_result_t ZER_APICALL zerDeviceGetInfo(
1163
1163
}
1164
1164
1165
1165
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 });
1169
1169
}
1170
1170
1171
1171
// TODO: Implement.
You can’t perform that action at this time.
0 commit comments