#include <detail/backend_impl.hpp>
#include <detail/config.hpp>
#include <detail/device_impl.hpp>
#include <sycl/detail/device_filter.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/device.hpp>
#include <sycl/device_selector.hpp>
#include <sycl/info/info_desc.hpp>
#include <algorithm>
#include <sycl/info/aspects.def>
#include <sycl/info/device_traits.def>
#include <sycl/info/ext_codeplay_device_traits.def>
#include <sycl/info/ext_intel_device_traits.def>
#include <sycl/info/ext_oneapi_device_traits.def>
Go to the source code of this file.
|
#define | __SYCL_ASPECT(ASPECT, ID) aspect::ASPECT, |
|
#define | __SYCL_PARAM_TRAITS_SPEC(DescType, Desc, ReturnT, PiCode) template __SYCL_EXPORT ReturnT device::get_info<info::device::Desc>() const; |
|
#define | __SYCL_PARAM_TRAITS_SPEC_SPECIALIZED(DescType, Desc, ReturnT, PiCode) |
|
#define | __SYCL_PARAM_TRAITS_SPEC(Namespace, DescType, Desc, ReturnT, PiCode) |
|
◆ __SYCL_ASPECT
#define __SYCL_ASPECT |
( |
|
ASPECT, |
|
|
|
ID |
|
) |
| aspect::ASPECT, |
◆ __SYCL_PARAM_TRAITS_SPEC [1/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| template __SYCL_EXPORT ReturnT device::get_info<info::device::Desc>() const; |
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
Namespace, |
|
|
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| |
Value: template __SYCL_EXPORT ReturnT \
device::get_info<Namespace::info::DescType::Desc>() const;
Definition at line 196 of file device.cpp.
◆ __SYCL_PARAM_TRAITS_SPEC_SPECIALIZED
#define __SYCL_PARAM_TRAITS_SPEC_SPECIALIZED |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| |