cuda-kat icon indicating copy to clipboard operation
cuda-kat copied to clipboard

append_to_global_memory() for disparate per-thread data?

Open eyalroz opened this issue 4 years ago • 0 comments

I wonder if we should consider a version of append_to_global_memory() where each thread may have its data elsewhere (at an address); and perhaps also a version where each thread has some data that's guaranteed to be in registers (e.g. with capped common size so that we can use a kat::array perhaps)

eyalroz avatar May 16 '20 21:05 eyalroz