mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
aco/tests: disable regalloc.subdword_alloc.reuse_16bit_operands on GFX11
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16595>
This commit is contained in:
parent
9b60a67841
commit
c8bde76a42
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ BEGIN_TEST(regalloc.subdword_alloc.reuse_16bit_operands)
|
|||
* result in v0.
|
||||
*/
|
||||
|
||||
for (amd_gfx_level cc = GFX8; cc < NUM_GFX_VERSIONS; cc = (amd_gfx_level)((unsigned)cc + 1)) {
|
||||
/* TODO: is this possible to do on GFX11? */
|
||||
for (amd_gfx_level cc = GFX8; cc <= GFX10_3; cc = (amd_gfx_level)((unsigned)cc + 1)) {
|
||||
for (bool pessimistic : { false, true }) {
|
||||
const char* subvariant = pessimistic ? "/pessimistic" : "/optimistic";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue