We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e78d095 + c3c1026 commit 522d383Copy full SHA for 522d383
source/adapters/level_zero/queue.cpp
@@ -1169,7 +1169,7 @@ ur_queue_handle_legacy_t_::ur_queue_handle_legacy_t_(
1169
ZeCommandListBatchComputeConfig.startSize();
1170
CopyCommandBatch.QueueBatchSize = ZeCommandListBatchCopyConfig.startSize();
1171
1172
- static const bool useDriverCounterBasedEvents = [Device] {
+ static const bool useDriverCounterBasedEvents = [] {
1173
const char *UrRet = std::getenv("UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS");
1174
if (!UrRet) {
1175
return true;
0 commit comments