We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856313 commit f7fa435Copy full SHA for f7fa435
source/adapters/level_zero/context.hpp
@@ -266,7 +266,7 @@ struct ur_context_handle_t_ : _ur_object {
266
EventPoolCacheType CacheType;
267
268
calculateCacheIndex(HostVisible, CounterBasedEventEnabled,
269
- InterruptBasedEventEnabled, UsingImmediateCmdList,
+ UsingImmediateCmdList, InterruptBasedEventEnabled,
270
CacheType);
271
if (ZeDevice) {
272
auto ZeEventPoolCacheMap =
0 commit comments