Namespaces | |
cuda | |
detail | |
matrix | |
native | |
Enumerations | |
enum | host_access_enum : std::uint16_t { host_access_enum::read, host_access_enum::write, host_access_enum::read_write, host_access_enum::none } |
enum | init_mode_enum : std::uint16_t { init_mode_enum::reprogram, init_mode_enum::reset } |
Functions | |
template<int Dims> | |
group< Dims > | this_group () |
template<int Dims> | |
id< Dims > | this_id () |
template<int Dims> | |
item< Dims > | this_item () |
template<int Dims> | |
nd_item< Dims > | this_nd_item () |
sub_group | this_sub_group () |
template<typename FormatT , typename... Args> | |
int | printf (const FormatT *__format, Args... args) |
template<typename T , typename ID = T> | |
class | __SYCL2020_DEPRECATED ("Specialization constats extension is deprecated, use SYCL 2020" " specialization constants instead") spec_constant |
template<typename PropertyT , typename... A, typename... B> | |
constexpr std::enable_if_t< detail::IsCompileTimeProperty< PropertyT >::value, bool > | operator== (const property_value< PropertyT, A... > &, const property_value< PropertyT, B... > &) |
template<typename PropertyT , typename... A, typename... B> | |
constexpr std::enable_if_t< detail::IsCompileTimeProperty< PropertyT >::value, bool > | operator!= (const property_value< PropertyT, A... > &, const property_value< PropertyT, B... > &) |
Variables | |
constexpr device_image_scope_key::value_t | device_image_scope |
template<host_access_enum Access> | |
constexpr host_access_key::value_t< Access > | host_access |
constexpr host_access_key::value_t< host_access_enum::read > | host_access_read |
constexpr host_access_key::value_t< host_access_enum::write > | host_access_write |
constexpr host_access_key::value_t< host_access_enum::read_write > | host_access_read_write |
constexpr host_access_key::value_t< host_access_enum::none > | host_access_none |
template<init_mode_enum Trigger> | |
constexpr init_mode_key::value_t< Trigger > | init_mode |
constexpr init_mode_key::value_t< init_mode_enum::reprogram > | init_mode_reprogram |
constexpr init_mode_key::value_t< init_mode_enum::reset > | init_mode_reset |
template<bool Enable> | |
constexpr implement_in_csr_key::value_t< Enable > | implement_in_csr |
constexpr implement_in_csr_key::value_t< true > | implement_in_csr_on |
constexpr implement_in_csr_key::value_t< false > | implement_in_csr_off |
|
strong |
Enumerator | |
---|---|
read | |
write | |
read_write | |
none |
Definition at line 24 of file properties.hpp.
|
strong |
Enumerator | |
---|---|
reprogram | |
reset |
Definition at line 33 of file properties.hpp.
class cl::sycl::ext::oneapi::experimental::__SYCL2020_DEPRECATED | ( | "Specialization constats extension is | deprecated, |
use SYCL 2020" " specialization constants instead" | |||
) |
Definition at line 35 of file spec_constant.hpp.
References std::get().
|
constexpr |
Definition at line 62 of file property_value.hpp.
|
constexpr |
Definition at line 54 of file property_value.hpp.
int cl::sycl::ext::oneapi::experimental::printf | ( | const FormatT * | __format, |
Args... | args | ||
) |
Definition at line 76 of file builtins.hpp.
Referenced by cl::sycl::detail::stream_impl::flush().
group<Dims> cl::sycl::ext::oneapi::experimental::this_group | ( | ) |
Definition at line 547 of file group.hpp.
References cl::sycl::detail::declptr(), and cl::sycl::make_error_code().
id<Dims> cl::sycl::ext::oneapi::experimental::this_id | ( | ) |
Definition at line 361 of file id.hpp.
References cl::sycl::detail::declptr(), and cl::sycl::make_error_code().
item<Dims> cl::sycl::ext::oneapi::experimental::this_item | ( | ) |
Definition at line 151 of file item.hpp.
References cl::sycl::detail::declptr(), and cl::sycl::make_error_code().
nd_item<Dims> cl::sycl::ext::oneapi::experimental::this_nd_item | ( | ) |
Definition at line 208 of file nd_item.hpp.
References cl::sycl::detail::declptr(), and cl::sycl::make_error_code().
|
inline |
Definition at line 23 of file sub_group.hpp.
References PI_INVALID_DEVICE.
|
inlineconstexpr |
Definition at line 48 of file properties.hpp.
|
inlineconstexpr |
Definition at line 51 of file properties.hpp.
|
inlineconstexpr |
Definition at line 59 of file properties.hpp.
|
inlineconstexpr |
Definition at line 53 of file properties.hpp.
|
inlineconstexpr |
Definition at line 57 of file properties.hpp.
|
inlineconstexpr |
Definition at line 55 of file properties.hpp.
|
inlineconstexpr |
Definition at line 68 of file properties.hpp.
|
inlineconstexpr |
Definition at line 70 of file properties.hpp.
|
inlineconstexpr |
Definition at line 69 of file properties.hpp.
|
inlineconstexpr |
Definition at line 62 of file properties.hpp.
|
inlineconstexpr |
Definition at line 64 of file properties.hpp.
|
inlineconstexpr |
Definition at line 65 of file properties.hpp.