MCPcopy Create free account
hub / github.com/RenderKit/oidn / subgroupShuffle

Method subgroupShuffle

core/kernel.h:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

operator ()Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected