DPC++ Runtime
Runtime libraries for oneAPI DPC++
kernel_execution_properties.hpp File Reference
#include <sycl/ext/oneapi/properties/property.hpp>
#include <cstdint>
#include <type_traits>
Include dependency graph for kernel_execution_properties.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sycl::_V1::ext::intel::experimental::cache_config
 
struct  sycl::_V1::ext::oneapi::experimental::is_property_key_of< intel::experimental::cache_config_key, intel::experimental::gpu_kernel_attribute< T, PropertyListT > >
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::intel
 
 sycl::_V1::ext::intel::experimental
 
 sycl::_V1::ext::oneapi
 
 sycl::_V1::ext::oneapi::experimental
 

Typedefs

using sycl::_V1::ext::intel::experimental::cache_config_key = cache_config
 

Enumerations

enum class  sycl::_V1::ext::intel::experimental::cache_config_enum : std::uint16_t { sycl::_V1::ext::intel::experimental::large_slm , sycl::_V1::ext::intel::experimental::large_data }
 

Functions

bool sycl::_V1::ext::intel::experimental::operator== (const cache_config &lhs, const cache_config &rhs)
 
bool sycl::_V1::ext::intel::experimental::operator!= (const cache_config &lhs, const cache_config &rhs)
 

Variables

constexpr cache_config_enum sycl::_V1::ext::intel::experimental::large_slm
 
constexpr cache_config_enum sycl::_V1::ext::intel::experimental::large_data