mesa/src/compiler/clc
Karol Herbst 1e655b2f25 clc: rework optional subgroup feature
OpenCL 3.0 core requires __opencl_c_subgroups to be set, the OpenCL
cl_khr_subgroups extenions can only be enabled if and only if the driver
guarentees independent forward progress between subgroups.

See CL_DEVICE_SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS for more information.

Signed-off-by: Karol Herbst <git@karolherbst.de>
Reviewed-by: Nora Allen <blackcatgames@protonmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22893>
2023-07-07 12:27:35 +00:00
..
clc.c nir/load_libclc: run some opt passes for everybody 2023-06-22 21:02:57 +00:00
clc.h clc: rework optional subgroup feature 2023-07-07 12:27:35 +00:00
clc_helpers.cpp clc: rework optional subgroup feature 2023-07-07 12:27:35 +00:00
clc_helpers.h clc: allow passing custom validator options 2023-06-19 22:54:59 +00:00
meson.build compiler/clc: Move related NIR passes to the common mesa clc 2023-06-20 03:43:41 +00:00
nir_clc_helpers.h nir/load_libclc: run some opt passes for everybody 2023-06-22 21:02:57 +00:00
nir_load_libclc.c nir: Add function nir_function_set_impl 2023-06-24 14:48:47 +00:00
nir_lower_libclc.c compiler/clc: Switch to use nir_foreach_function_impl in function nir_lower_libclc 2023-07-03 19:16:48 +00:00