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 e193e79 commit 8e6df81Copy full SHA for 8e6df81
sycl/source/detail/program_manager/program_manager.hpp
@@ -440,7 +440,6 @@ class ProgramManager {
440
441
// Maps KernelIDs to device binary images. There can be more than one image
442
// in case of SPIRV + AOT.
443
- // Using shared_ptr to avoid expensive copy of the vector.
444
/// Access must be guarded by the m_KernelIDsMutex mutex.
445
std::unordered_multimap<kernel_id, const RTDeviceBinaryImage *>
446
m_KernelIDs2BinImage;
0 commit comments