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.
1 parent d76742e commit 7fbc58bCopy full SHA for 7fbc58b
source/adapters/level_zero/enqueue_native.cpp
@@ -22,9 +22,6 @@ ur_result_t ur_queue_handle_legacy_t_::enqueueNativeCommandExp(
22
ur_event_handle_t *phEvent) {
23
auto Queue = this;
24
25
- // Lock automatically releases when this goes out of scope.
26
- std::scoped_lock<ur_shared_mutex> lock(Queue->Mutex);
27
-
28
bool UseCopyEngine = false;
29
30
// Please note that the following code should be run before the
0 commit comments