#include "fpga_utils.hpp"
#include <sycl/detail/defines.hpp>
#include <sycl/ext/oneapi/properties/properties.hpp>
#include <sycl/pointers.hpp>
Go to the source code of this file.
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::ext | |
sycl::_V1::ext::intel | |
sycl::_V1::ext::intel::experimental | |
Typedefs | |
template<bool _B> | |
using | sycl::_V1::ext::intel::experimental::burst_coalesce = burst_coalesce_impl< _B > |
template<bool _B> | |
using | sycl::_V1::ext::intel::experimental::prefetch = prefetch_impl< _B > |
template<bool _B> | |
using | sycl::_V1::ext::intel::experimental::statically_coalesce = statically_coalesce_impl< _B > |
Variables | |
constexpr uint8_t | sycl::_V1::ext::intel::experimental::BURST_COALESCE = 0x1 |
constexpr uint8_t | sycl::_V1::ext::intel::experimental::CACHE = 0x2 |
constexpr uint8_t | sycl::_V1::ext::intel::experimental::STATICALLY_COALESCE = 0x4 |
constexpr uint8_t | sycl::_V1::ext::intel::experimental::PREFETCH = 0x8 |