marlin
marlin copied to clipboard
a_sh_rd_delta_o
constexpr int a_sh_rd_delta_o = 2 * ((threads / 32) / (thread_n_blocks / 4));
- Does the 32 here refer to a warp?
- What does 4 here mean?
- What does 2 here mean?