#include <detail/platform_impl.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/locked.hpp>
#include <sycl/detail/os_util.hpp>
#include <sycl/detail/pi.hpp>
#include <sycl/detail/util.hpp>
#include <atomic>
#include <condition_variable>
#include <map>
#include <mutex>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | sycl::_V1::detail::KernelProgramCache |
struct | sycl::_V1::detail::KernelProgramCache::BuildError |
Denotes build error data. More... | |
struct | sycl::_V1::detail::KernelProgramCache::BuildResult< T > |
Denotes pointer to some entity with its general state and build error. More... | |
struct | sycl::_V1::detail::KernelProgramCache::ProgramCache |
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |