#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/device.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | sycl::_V1::ext::intel::experimental::device_arch |
class | sycl::_V1::ext::intel::experimental::online_compile_error |
Represents an error happend during online compilation. More... | |
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::ext | |
sycl::_V1::ext::intel | |
sycl::_V1::ext::intel::experimental | |
Typedefs | |
using | sycl::_V1::ext::intel::experimental::byte = unsigned char |
Enumerations | |
enum class | sycl::_V1::ext::intel::experimental::compiled_code_format { sycl::_V1::ext::intel::experimental::spir_v = 0 } |
enum class | sycl::_V1::ext::intel::experimental::source_language { sycl::_V1::ext::intel::experimental::opencl_c = 0 , sycl::_V1::ext::intel::experimental::cm = 1 } |
Designates a source language for the online compiler. More... | |
Functions | |
template<source_language Lang> | |
class | sycl::_V1::ext::intel::experimental::__SYCL2020_DEPRECATED ("experimental online_compiler is being deprecated. See " "'sycl_ext_oneapi_kernel_compiler.asciidoc' instead for new kernel " "compiler extension to kernel_bundle implementation.") online_compiler |
Represents an online compiler for the language given as template parameter. More... | |