eliminate 'lane groups', since we can go wide on the sorts now

This commit is contained in:
Ryan Fleury
2025-09-05 15:19:29 -07:00
parent 1d7cd4f4d2
commit cc0d707eb2
2 changed files with 1195 additions and 1291 deletions
File diff suppressed because it is too large Load Diff
-5
View File
@@ -21,11 +21,6 @@ struct RDIM_UnsortedJoinedLineTable
typedef struct RDIM2_Shared RDIM2_Shared;
struct RDIM2_Shared
{
B32 group_split;
U64 group_0_lane_count;
Barrier group_0_barrier;
Barrier group_1_barrier;
RDI_U64 scope_vmap_count;
RDIM_SortKey *scope_vmap_keys;
RDIM_SortKey *scope_vmap_keys__swap;