ac/nir: set lower_bfloat16_conversions

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34768>
This commit is contained in:
Georg Lehmann 2025-04-30 12:18:06 +02:00 committed by Marge Bot
parent 02e743c99e
commit f364303084

View file

@ -62,6 +62,7 @@ void ac_nir_set_options(struct radeon_info *info, bool use_llvm,
options->lower_iadd_sat = info->gfx_level <= GFX8;
options->lower_hadd = true;
options->lower_mul_32x16 = true;
options->lower_bfloat16_conversions = true,
options->has_bfe = true;
options->has_bfm = true;
options->has_bitfield_select = true;