agx: Lower fquantize2f16
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24616>
This commit is contained in:

committed by
Marge Bot

parent
a257e2daad
commit
c0cb358f1b
@@ -260,6 +260,7 @@ static const nir_shader_compiler_options agx_nir_options = {
|
|||||||
.lower_int64_options =
|
.lower_int64_options =
|
||||||
(nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
|
(nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
|
||||||
.lower_doubles_options = nir_lower_dmod,
|
.lower_doubles_options = nir_lower_dmod,
|
||||||
|
.lower_fquantize2f16 = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user