You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 akat::array
perhaps)The text was updated successfully, but these errors were encountered: