We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c49ff commit 657da82Copy full SHA for 657da82
sycl/plugins/unified_runtime/ur/adapters/level_zero/ur_level_zero.cpp
@@ -1164,6 +1164,8 @@ ZER_APIEXPORT zer_result_t ZER_APICALL zerDeviceGetInfo(
1164
1165
case ZER_DEVICE_INFO_ATOMIC_MEMORY_ORDER_CAPABILITIES: {
1166
return ReturnValue(uint32_t{PI_MEMORY_ORDER_RELAXED |
1167
+ PI_MEMORY_ORDER_ACQUIRE |
1168
+ PI_MEMORY_ORDER_RELEASE |
1169
PI_MEMORY_ORDER_ACQ_REL |
1170
PI_MEMORY_ORDER_SEQ_CST});
1171
}
0 commit comments