We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dbe12 commit 5a2beb0Copy full SHA for 5a2beb0
unified-runtime/source/adapters/level_zero/v2/context.hpp
@@ -50,7 +50,8 @@ struct ur_context_handle_t_ : ur_object {
50
const v2::raii::ze_context_handle_t hContext;
51
const std::vector<ur_device_handle_t> hDevices;
52
v2::command_list_cache_t commandListCache;
53
- v2::event_pool_cache eventPoolCacheImmediate, eventPoolCacheRegular;
+ v2::event_pool_cache eventPoolCacheImmediate;
54
+ v2::event_pool_cache eventPoolCacheRegular;
55
56
// pool used for urEventCreateWithNativeHandle when native handle is NULL
57
// (uses non-counter based events to allow for signaling from host)
0 commit comments