File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,12 @@ static const uint32_t UrL0QueueSyncNonBlocking = [] {
241
241
return L0QueueSyncLockingModeValue;
242
242
}();
243
243
244
+ // Controls whether the L0 Adapter creates signal events for commands on
245
+ // integrated gpu devices.
244
246
static const uint32_t UrL0OutOfOrderIntegratedSignalEvent = [] {
245
247
const char *UrL0OutOfOrderIntegratedSignalEventEnv =
246
248
std::getenv (" UR_L0_OOQ_INTEGRATED_SIGNAL_EVENT" );
247
- uint32_t UrL0OutOfOrderIntegratedSignalEventValue = 0 ;
249
+ uint32_t UrL0OutOfOrderIntegratedSignalEventValue = 1 ;
248
250
if (UrL0OutOfOrderIntegratedSignalEventEnv) {
249
251
UrL0OutOfOrderIntegratedSignalEventValue =
250
252
std::atoi (UrL0OutOfOrderIntegratedSignalEventEnv);
You can’t perform that action at this time.
0 commit comments