aco: Implement signed idot instructions on GFX11.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19114>
This commit is contained in:
@@ -523,8 +523,10 @@ init_context(isel_context* ctx, nir_shader* shader)
|
||||
case nir_op_sad_u8x4:
|
||||
case nir_op_udot_4x8_uadd:
|
||||
case nir_op_sdot_4x8_iadd:
|
||||
case nir_op_sudot_4x8_iadd:
|
||||
case nir_op_udot_4x8_uadd_sat:
|
||||
case nir_op_sdot_4x8_iadd_sat:
|
||||
case nir_op_sudot_4x8_iadd_sat:
|
||||
case nir_op_udot_2x16_uadd:
|
||||
case nir_op_sdot_2x16_iadd:
|
||||
case nir_op_udot_2x16_uadd_sat:
|
||||
|
||||
Reference in New Issue
Block a user