#include <detail/kernel_program_cache.hpp>
Public Member Functions | |
size_t | size () const noexcept |
Public Attributes | |
std::map< ProgramCacheKeyT, ProgramWithBuildStateT > | Cache |
std::multimap< CommonProgramKeyT, ProgramCacheKeyT > | KeyMap |
Definition at line 78 of file kernel_program_cache.hpp.
|
inlinenoexcept |
Definition at line 82 of file kernel_program_cache.hpp.
std::map<ProgramCacheKeyT, ProgramWithBuildStateT> sycl::_V1::detail::KernelProgramCache::ProgramCache::Cache |
Definition at line 79 of file kernel_program_cache.hpp.
std::multimap<CommonProgramKeyT, ProgramCacheKeyT> sycl::_V1::detail::KernelProgramCache::ProgramCache::KeyMap |
Definition at line 80 of file kernel_program_cache.hpp.