Files
kernels/kernel
Hansung Kim a2ea27b2b5 vx_spawn: Add spawn_tasks_contiguous_all_stub
Spawns tasks in a way that the threads in a warp see contiguous
thread_id, unlike the original variant where each thread were allocated
a range of thread_id that spans the number of batches.

E.g. in a 4-thread config, instead of mapping IDs (0,2,4,6)->(1,3,5,7),
map (0,1,2,3)->(4,5,6,7).

TODO remaining logic not implemented.
2024-02-27 15:46:02 -08:00
..
2023-10-20 00:48:05 -07:00
2023-11-10 02:47:05 -08:00
2023-11-10 02:47:05 -08:00
2023-11-11 15:49:39 -08:00