atomics, AMD Radeon and SYCL (Part 4)
Jan 10, 2024 · 1 min read · Looking closely at the atomics used in the backwards rasterizer, it appears that the computation only occurs across a block. The atomics could be replaced with a reduction! So, I tried writing it in SYCL and there's warp stalling and it crashes the c...
Join discussion