Skip to content

Commit

Permalink
[L0 v2] add logs expected by SYCL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Jan 17, 2025
1 parent 20c5bbd commit f629ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adapters/level_zero/v2/event_provider_normal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ provider_pool::provider_pool(ur_context_handle_t context, queue_type queue,
devices.push_back(d->ZeDevice);
}

logger::debug("ze_event_pool_desc_t flags set to: {}", desc.flags);

ZE2UR_CALL_THROWS(zeEventPoolCreate,
(context->getZeHandle(), &desc, devices.size(),
devices.data(), pool.ptr()));
Expand Down

0 comments on commit f629ee7

Please sign in to comment.