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

Method subgroupStore

core/kernel.h:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190 template<typename T>
191 oidn_device_inline void subgroupStore(GlobalPtr<T> dst, const T& x) const
192 {
193 sycl::ext::oneapi::experimental::group_store(item.get_sub_group(), x, dst.get());
194 }
195
196 oidn_device_inline void subgroupBarrier() const
197 {

Callers 1

operator ()Function · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected