miniBUDE icon indicating copy to clipboard operation
miniBUDE copied to clipboard

Better names for WG_SIZE/NUM_TD_PER_THREAD

Open tom91136 opened this issue 3 years ago • 0 comments

We should eventually consolidate all the different terms. Maybe keep only two, so something like:

  • UNROLL_ITER for the static vector/loop unroll thing. Should be available in all impl.
  • WG_SIZE only exists for implementations with nd_range, such as CL, CUDA, and SYCL And no more NUM_TD_PER_THREAD or ppWI

tom91136 avatar Dec 03 '20 20:12 tom91136