agx: set compact_arrays in compiler options
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28601>
This commit is contained in:
committed by
Marge Bot
parent
223aedfa5d
commit
7967be922d
@@ -279,4 +279,5 @@ static const nir_shader_compiler_options agx_nir_options = {
|
||||
(nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
|
||||
.lower_doubles_options = (nir_lower_doubles_options)(~0),
|
||||
.lower_fquantize2f16 = true,
|
||||
.compact_arrays = true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user