#include <sycl/functional.hpp>
#include <sycl/half_type.hpp>
#include <complex>
#include <functional>
Go to the source code of this file.
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::ext | |
sycl::_V1::ext::oneapi | |
Typedefs | |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::plus = std::plus< T > |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::multiplies = std::multiplies< T > |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::bit_or = std::bit_or< T > |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::bit_xor = std::bit_xor< T > |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::bit_and = std::bit_and< T > |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::maximum = sycl::maximum< T > |
template<typename T = void> | |
using | sycl::_V1::ext::oneapi::minimum = sycl::minimum< T > |