#include <detail/config.hpp>
#include <detail/context_impl.hpp>
#include <detail/device_impl.hpp>
#include <detail/event_impl.hpp>
#include <detail/global_handler.hpp>
#include <detail/kernel_impl.hpp>
#include <detail/plugin.hpp>
#include <detail/scheduler/scheduler.hpp>
#include <detail/thread_pool.hpp>
#include <sycl/context.hpp>
#include <sycl/detail/assert_happened.hpp>
#include <sycl/detail/cuda_definitions.hpp>
#include <sycl/device.hpp>
#include <sycl/event.hpp>
#include <sycl/exception.hpp>
#include <sycl/exception_list.hpp>
#include <sycl/handler.hpp>
#include <sycl/properties/context_properties.hpp>
#include <sycl/properties/queue_properties.hpp>
#include <sycl/property_list.hpp>
#include <sycl/stl.hpp>
#include <utility>
Go to the source code of this file.
Classes | |
class | sycl::_V1::detail::queue_impl |
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |
Enumerations | |
enum | sycl::_V1::detail::CUDAContextT : char { sycl::_V1::detail::CUDAContextT::primary, sycl::_V1::detail::CUDAContextT::custom } |
Possible CUDA context types supported by PI CUDA backend TODO: Implement this as a property once there is an extension document. More... | |
enum | sycl::_V1::detail::QueueOrder { sycl::_V1::detail::Ordered, sycl::_V1::detail::OOO } |
Variables | |
static constexpr size_t | sycl::_V1::detail::MaxNumQueues = 256 |
Sets max number of queues supported by FPGA RT. More... | |
constexpr CUDAContextT | sycl::_V1::detail::DefaultContextType = CUDAContextT::custom |
Default context type created for CUDA backend. More... | |