DPC++ Runtime
Runtime libraries for oneAPI DPC++
buffer.cpp File Reference
#include <detail/buffer_impl.hpp>
#include <sycl/buffer.hpp>
#include <sycl/ext/oneapi/accessor_property_list.hpp>
#include <sycl/properties/all_properties.hpp>
#include <sycl/property_list.hpp>
#include <sycl/range.hpp>
#include <memory>
#include <sycl/detail/properties_traits.def>
Include dependency graph for buffer.cpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Macros

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

Macro Definition Documentation

◆ __SYCL_PARAM_TRAITS_SPEC [1/2]

#define __SYCL_PARAM_TRAITS_SPEC (   param_type)
Value:
template <> \
__SYCL_EXPORT bool buffer_plain::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 94 of file buffer.cpp.

◆ __SYCL_PARAM_TRAITS_SPEC [2/2]

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

Definition at line 94 of file buffer.cpp.