nir/subgroups: Lower clustered reductions with cluster_size >= subgroup_size into...
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 24 Apr 2019 09:25:25 +0000 (10:25 +0100)
committerDaniel Schürmann <daniel@schuermann.dev>
Tue, 20 Aug 2019 15:40:10 +0000 (17:40 +0200)
commit7b07034931440e87f8ba0475354bb66a30d2ccde
tree204ae958d7d084a7297802959842277569ef4af5
parent911a1dfad25feb32e7030b54abd0c69e415f9cc7
nir/subgroups: Lower clustered reductions with cluster_size >= subgroup_size into reductions

The behavior for reductions with cluster_size >= subgroup_size is implementation defined.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_lower_subgroups.c