DPC++ Runtime
Runtime libraries for oneAPI DPC++
fpga_reg.hpp File Reference
#include <sycl/detail/defines.hpp>
#include <type_traits>
Include dependency graph for fpga_reg.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::intel
 
 intelfpga
 

Functions

template<typename _T >
std::enable_if_t< std::is_trivially_copyable_v< _T >, _T > sycl::_V1::ext::intel::fpga_reg (_T t)
 
template<typename _T >
std::enable_if_t< std::is_trivially_copyable_v< _T >==false, _T > sycl::_V1::ext::intel::fpga_reg (_T t)
 
template<typename _T >
_T intelfpga::fpga_reg (const _T &t)