DPC++ Runtime
Runtime libraries for oneAPI DPC++
stream.cpp File Reference
#include <detail/queue_impl.hpp>
#include <detail/stream_impl.hpp>
#include <sycl/properties/all_properties.hpp>
#include <sycl/stream.hpp>
#include <climits>
#include <sycl/detail/properties_traits.def>
Include dependency graph for stream.cpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 

Macros

#define __SYCL_PARAM_TRAITS_SPEC(param_type)
 
#define __SYCL_PARAM_TRAITS_SPEC(param_type)
 

Functions

static size_t sycl::_V1::CheckMaxStatementSize (const size_t &MaxStatementSize)
 

Variables

static constexpr size_t sycl::_V1::MAX_STATEMENT_SIZE
 

Macro Definition Documentation

◆ __SYCL_PARAM_TRAITS_SPEC [1/2]

#define __SYCL_PARAM_TRAITS_SPEC (   param_type)
Value:
template <> \
__SYCL_EXPORT bool stream::has_property<param_type>() const noexcept { \
return impl->has_property<param_type>(); \
}
_Abi const simd< _Tp, _Abi > & noexcept
Definition: simd.hpp:1324

Definition at line 84 of file stream.cpp.

◆ __SYCL_PARAM_TRAITS_SPEC [2/2]

#define __SYCL_PARAM_TRAITS_SPEC (   param_type)
Value:
template <> \
__SYCL_EXPORT param_type stream::get_property<param_type>() const { \
return impl->get_property<param_type>(); \
}

Definition at line 84 of file stream.cpp.