mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 18:40:42 +01:00
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:
parent
02e743c99e
commit
f364303084
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue