Files
mesa/src
Job Noorman c44f998d69 ir3: add support for clustered subgroup reductions
This is implemented differently depending on the cluster size:
- At most 8: in this case, executing brcst.active will leave the
  reduction in the last invocation of each cluster. Simply iterate the
  clusters and broadcast the last invocation to the rest.
- Otherwise, also iterate the clusters but execute the usual
  reduce_clusters_ir3 loop for each of them.

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31731>
2024-11-29 16:22:48 +00:00
..
2024-11-28 17:34:12 +00:00
2024-11-26 20:45:41 +00:00
2024-11-26 20:45:41 +00:00
2024-10-21 01:14:35 +00:00
2024-09-06 17:34:17 +00:00
2024-11-26 20:45:41 +00:00