Skip to content

Commit 8e6df81

Browse files
[SYCL][NFC] Remove misplaced comment (#19655)
1 parent e193e79 commit 8e6df81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/program_manager/program_manager.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ class ProgramManager {
440440

441441
// Maps KernelIDs to device binary images. There can be more than one image
442442
// in case of SPIRV + AOT.
443-
// Using shared_ptr to avoid expensive copy of the vector.
444443
/// Access must be guarded by the m_KernelIDsMutex mutex.
445444
std::unordered_multimap<kernel_id, const RTDeviceBinaryImage *>
446445
m_KernelIDs2BinImage;

0 commit comments

Comments
 (0)