From c0cb358f1b317184fff0c098ab1472f916e627e1 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 10 Aug 2023 13:45:27 -0400 Subject: [PATCH] agx: Lower fquantize2f16 Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_compile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h index 416e94f9f0a..a6d274de99e 100644 --- a/src/asahi/compiler/agx_compile.h +++ b/src/asahi/compiler/agx_compile.h @@ -260,6 +260,7 @@ static const nir_shader_compiler_options agx_nir_options = { .lower_int64_options = (nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64), .lower_doubles_options = nir_lower_dmod, + .lower_fquantize2f16 = true, }; #endif