DPC++ Runtime
Runtime libraries for oneAPI DPC++
fpga_lsu.hpp File Reference
Include dependency graph for fpga_lsu.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sycl::_V1::ext::intel::experimental::burst_coalesce_impl< _N >
 
struct  sycl::_V1::ext::intel::experimental::cache< _N >
 
struct  sycl::_V1::ext::intel::experimental::prefetch_impl< _N >
 
struct  sycl::_V1::ext::intel::experimental::statically_coalesce_impl< _N >
 
class  sycl::_V1::ext::intel::experimental::lsu< _mem_access_params >
 

Namespaces

 sycl
 
 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