We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4509e commit 4d15d9bCopy full SHA for 4d15d9b
source/adapters/level_zero/context.hpp
@@ -257,7 +257,7 @@ struct ur_context_handle_t_ : _ur_object {
257
EventPoolCacheType CacheType;
258
259
calculateCacheIndex(HostVisible, CounterBasedEventEnabled,
260
- InterruptBasedEventEnabled, UsingImmediateCmdList,
+ UsingImmediateCmdList, InterruptBasedEventEnabled,
261
CacheType);
262
if (ZeDevice) {
263
auto ZeEventPoolCacheMap =
0 commit comments