Skip to content

Commit 5a2beb0

Browse files
committed
Split variable declaration
1 parent 18dbe12 commit 5a2beb0

File tree

1 file changed

+2
-1
lines changed
  • unified-runtime/source/adapters/level_zero/v2

1 file changed

+2
-1
lines changed

unified-runtime/source/adapters/level_zero/v2/context.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ struct ur_context_handle_t_ : ur_object {
5050
const v2::raii::ze_context_handle_t hContext;
5151
const std::vector<ur_device_handle_t> hDevices;
5252
v2::command_list_cache_t commandListCache;
53-
v2::event_pool_cache eventPoolCacheImmediate, eventPoolCacheRegular;
53+
v2::event_pool_cache eventPoolCacheImmediate;
54+
v2::event_pool_cache eventPoolCacheRegular;
5455

5556
// pool used for urEventCreateWithNativeHandle when native handle is NULL
5657
// (uses non-counter based events to allow for signaling from host)

0 commit comments

Comments
 (0)