#include <detail/backend_impl.hpp>
#include <detail/kernel_bundle_impl.hpp>
#include <detail/kernel_impl.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/pi.h>
#include <sycl/kernel.hpp>
#include <sycl/info/kernel_traits.def>
#include <sycl/info/kernel_device_specific_traits.def>
Go to the source code of this file.
|
| sycl |
| ---— Error handling, matching OpenCL plugin semantics.
|
|
| sycl::_V1 |
|
◆ __SYCL_PARAM_TRAITS_SPEC [1/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| template __SYCL_EXPORT ReturnT kernel::get_info<info::kernel::Desc>() const; |
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| |
Value: template __SYCL_EXPORT ReturnT kernel::get_info<info::DescType::Desc>( \
const device &) const;
Definition at line 79 of file kernel.cpp.