#include <CL/sycl/detail/property_helper.hpp>
#include <CL/sycl/types.hpp>
#include <sycl/ext/oneapi/properties/property.hpp>
#include <sycl/ext/oneapi/properties/property_utils.hpp>
#include <sycl/ext/oneapi/properties/property_value.hpp>
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
cl::sycl::ext | |
cl::sycl::ext::oneapi | |
cl::sycl::ext::oneapi::experimental | |
cl::sycl::ext::oneapi::experimental::detail | |
Functions | |
template<typename CTPropertyT , bool HasProperty, typename PropertiesT = void> | |
static constexpr std::enable_if_t< HasProperty, typename FindCompileTimePropertyValueType< CTPropertyT, PropertiesT >::type > | cl::sycl::ext::oneapi::experimental::detail::get_property () |
template<typename CTPropertyT , bool HasProperty, typename PropertiesT = void> | |
static constexpr std::enable_if_t<!HasProperty, void > | cl::sycl::ext::oneapi::experimental::detail::get_property () |