intel/clc: enable fp16 & subgroups for GRL

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17253>
This commit is contained in:
Lionel Landwerlin 2022-06-27 13:13:14 +03:00 committed by Marge Bot
parent cf44282deb
commit 9d7d1c0637
1 changed files with 5 additions and 0 deletions

View File

@ -428,6 +428,11 @@ int main(int argc, char **argv)
.name = *infile,
.value = map,
},
.features = {
.fp16 = true,
.intel_subgroups = true,
.subgroups = true,
},
.args = util_dynarray_begin(&clang_args),
.num_args = util_dynarray_num_elements(&clang_args, char *),
.allowed_spirv_extensions = allowed_spirv_extensions,