#include <sycl/context.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/property_helper.hpp>
#include <sycl/device.hpp>
#include <sycl/properties/property_traits.hpp>
#include <sycl/property_list.hpp>
#include <functional>
#include <memory>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Functions | |
const char * | sycl::_V1::ext::oneapi::experimental::detail::UnsupportedFeatureToString (UnsupportedGraphFeatures Feature) |
template<graph_state State = graph_state::modifiable> | |
sycl::_V1::ext::oneapi::experimental::command_graph (const context &SyclContext, const device &SyclDevice, const property_list &PropList) -> command_graph< State > | |
Additional CTAD deduction guide. More... | |