Skip to content

Commit c79c8ea

Browse files
for tests in CI
1 parent 1e10ac6 commit c79c8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unified-runtime/source/adapters/level_zero/v2/queue_create.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ ur_result_t urQueueCreate(ur_context_handle_t hContext,
7777
}
7878

7979
// TODO remove | this is just for tests in CI
80-
// As of 16.10.205, I still remmeber about removal
81-
// flags |= UR_QUEUE_FLAG_SUBMISSION_BATCHED;
80+
// As of 17.10.205, I still remmeber about removal
81+
flags |= UR_QUEUE_FLAG_SUBMISSION_BATCHED;
8282

8383
auto zeIndex = v2::getZeIndex(pProperties);
8484

0 commit comments

Comments
 (0)