#include <sycl/detail/spirv.hpp>
#include <sycl/ext/oneapi/experimental/use_root_sync_prop.hpp>
#include <sycl/ext/oneapi/free_function_queries.hpp>
#include <sycl/group.hpp>
#include <sycl/memory_enums.hpp>
#include <sycl/nd_item.hpp>
#include <sycl/sub_group.hpp>
Go to the source code of this file.
Classes | |
class | sycl::_V1::ext::oneapi::experimental::root_group< Dimensions > |
Functions | |
template<int Dimensions> | |
root_group< Dimensions > | sycl::_V1::ext::oneapi::experimental::this_work_item::get_root_group () |
template<int Dimensions> | |
sycl::_V1::ext::oneapi::experimental::this_kernel::__SYCL_DEPRECATED ("use sycl::ext::oneapi::experimental::this_work_item::get_root_group() " "instead") root_group< Dimensions > get_root_group() | |
template<int dimensions> | |
void | sycl::_V1::group_barrier (ext::oneapi::experimental::root_group< dimensions > G, memory_scope FenceScope=decltype(G)::fence_scope) |