Go to the source code of this file.
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |
Macros | |
#define | _Bool bool |
Typedefs | |
using | sycl::_V1::detail::int64_t = conditional< sizeof(long)==8, long, long long >::type |
Functions | |
template<auto & SpecName> | |
const char * | sycl::_V1::detail::get_spec_constant_symbolic_ID_impl () |
template<auto & SpecName> | |
const char * | sycl::_V1::detail::get_spec_constant_symbolic_ID () |
#define _Bool bool |
Definition at line 21 of file kernel_desc.hpp.