-
- Downloads
intel: Use the common NIR lowering for fquantize2f16.
This generates one extra instruction to set the rounding mode to RTE due to f2f16_rtne in the lowering. This changes the result for fquantize2f16(65505.0) from 65536 to 65504, which is perhaps better but still incorrect (should be +inf).
Showing
- src/intel/compiler/brw_compiler.c 1 addition, 0 deletionssrc/intel/compiler/brw_compiler.c
- src/intel/compiler/brw_from_nir.cpp 0 additions, 24 deletionssrc/intel/compiler/brw_from_nir.cpp
- src/intel/compiler/elk/elk_fs_nir.cpp 0 additions, 26 deletionssrc/intel/compiler/elk/elk_fs_nir.cpp
- src/intel/compiler/elk/elk_nir_options.c 1 addition, 0 deletionssrc/intel/compiler/elk/elk_nir_options.c
- src/intel/compiler/elk/elk_vec4_nir.cpp 0 additions, 24 deletionssrc/intel/compiler/elk/elk_vec4_nir.cpp
Loading
Please register or sign in to comment