#include <sycl/kernel_bundle.hpp>
Definition at line 141 of file kernel_bundle.hpp.
◆ kernel_bundle_plain()
◆ begin()
◆ contains_specialization_constants()
bool sycl::_V1::detail::kernel_bundle_plain::contains_specialization_constants |
( |
| ) |
const |
|
noexcept |
◆ empty()
bool sycl::_V1::detail::kernel_bundle_plain::empty |
( |
| ) |
const |
|
noexcept |
◆ end()
◆ get_backend()
backend sycl::_V1::detail::kernel_bundle_plain::get_backend |
( |
| ) |
const |
|
noexcept |
◆ get_context()
context sycl::_V1::detail::kernel_bundle_plain::get_context |
( |
| ) |
const |
|
noexcept |
◆ get_devices()
std::vector< device > sycl::_V1::detail::kernel_bundle_plain::get_devices |
( |
| ) |
const |
|
noexcept |
◆ get_kernel()
kernel sycl::_V1::detail::kernel_bundle_plain::get_kernel |
( |
const kernel_id & |
KernelID | ) |
const |
|
protected |
◆ get_kernel_ids()
std::vector< kernel_id > sycl::_V1::detail::kernel_bundle_plain::get_kernel_ids |
( |
| ) |
const |
◆ get_specialization_constant_impl()
void sycl::_V1::detail::kernel_bundle_plain::get_specialization_constant_impl |
( |
const char * |
SpecName, |
|
|
void * |
Value |
|
) |
| const |
|
protectednoexcept |
◆ has_kernel() [1/2]
bool sycl::_V1::detail::kernel_bundle_plain::has_kernel |
( |
const kernel_id & |
KernelID | ) |
const |
|
noexcept |
◆ has_kernel() [2/2]
bool sycl::_V1::detail::kernel_bundle_plain::has_kernel |
( |
const kernel_id & |
KernelID, |
|
|
const device & |
Dev |
|
) |
| const |
|
noexcept |
◆ has_specialization_constant_impl()
bool sycl::_V1::detail::kernel_bundle_plain::has_specialization_constant_impl |
( |
const char * |
SpecName | ) |
const |
|
protectednoexcept |
◆ is_specialization_constant_set()
bool sycl::_V1::detail::kernel_bundle_plain::is_specialization_constant_set |
( |
const char * |
SpecName | ) |
const |
|
protectednoexcept |
◆ native_specialization_constant()
bool sycl::_V1::detail::kernel_bundle_plain::native_specialization_constant |
( |
| ) |
const |
|
noexcept |
◆ operator!=()
bool sycl::_V1::detail::kernel_bundle_plain::operator!= |
( |
const kernel_bundle_plain & |
RHS | ) |
const |
|
inline |
◆ operator==()
bool sycl::_V1::detail::kernel_bundle_plain::operator== |
( |
const kernel_bundle_plain & |
RHS | ) |
const |
|
inline |
◆ set_specialization_constant_impl()
void sycl::_V1::detail::kernel_bundle_plain::set_specialization_constant_impl |
( |
const char * |
SpecName, |
|
|
void * |
Value, |
|
|
size_t |
Size |
|
) |
| |
|
protectednoexcept |
◆ impl
The documentation for this class was generated from the following files: