| 183 | |
| 184 | template<typename T> |
| 185 | oidn_device_inline T subgroupShuffle(T x, int id) const |
| 186 | { |
| 187 | return sycl::select_from_group(item.get_sub_group(), x, id); |
| 188 | } |
| 189 | |
| 190 | template<typename T> |
| 191 | oidn_device_inline void subgroupStore(GlobalPtr<T> dst, const T& x) const |