Go to the source code of this file.
|
| sycl |
| ---— Error handling, matching OpenCL plugin semantics.
|
|
| sycl::_V1 |
|
|
template<typename T , typename Group > |
| sycl::_V1::__SYCL_DEPRECATED ("use sycl::ext::oneapi::group_local_memory_for_overwrite instead") std |
|
template<typename T , typename Group , typename... Args> |
std::enable_if_t< std::is_trivially_destructible< T >::value &&detail::is_group< Group >::value, multi_ptr< T, access::address_space::local_space, access::decorated::legacy > > __SYCL_ALWAYS_INLINE | sycl::_V1::group_local_memory (Group g, Args &&...args) |
|