marlin icon indicating copy to clipboard operation
marlin copied to clipboard

a_sh_rd_delta_o

Open Lenan22 opened this issue 10 months ago • 0 comments

constexpr int a_sh_rd_delta_o = 2 * ((threads / 32) / (thread_n_blocks / 4));

  1. Does the 32 here refer to a warp?
  2. What does 4 here mean?
  3. What does 2 here mean?

Lenan22 avatar Apr 12 '24 11:04 Lenan22