Skip to content

Commit 90386ab

Browse files
committed
comment & format
1 parent 81a80f1 commit 90386ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/loader/layers/sanitizer/asan/asan_ddi.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,9 @@ __urdlllocal ur_result_t UR_APICALL urEnqueueKernelLaunch(
475475
/// particular kernel execution instance.
476476
ur_event_handle_t *phEvent) {
477477

478-
// This mutex is to prevent concurrent kernel launches on the same queue or
479-
// across different queues as the DeviceASAN local/private shadow memory
480-
// does not support concurrent kernel launches now.
478+
// This mutex is to prevent concurrent kernel launches across different queues
479+
// as the DeviceASAN local/private shadow memory does not support concurrent
480+
// kernel launches now.
481481
static ur_shared_mutex KernelLaunchMutex;
482482
std::scoped_lock<ur_shared_mutex> Guard(KernelLaunchMutex);
483483

0 commit comments

Comments
 (0)