]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcn: Fix sram-ecc default for gfx9-4-generic
authorTobias Burnus <tburnus@baylibre.com>
Thu, 23 Jul 2026 09:40:32 +0000 (11:40 +0200)
committerTobias Burnus <tburnus@baylibre.com>
Thu, 23 Jul 2026 09:40:32 +0000 (11:40 +0200)
gcc/ChangeLog:

* config/gcn/gcn-devices.def (gfx9-4-generic): Set sram-ecc
default to HSACO_ATTR_ANY.

gcc/config/gcn/gcn-devices.def

index f8b36b51810ed1026f058b6eb719e8abb1a942f6..ece603774121548d784118d6a00907c76bffdc19 100644 (file)
@@ -206,7 +206,7 @@ GCN_DEVICE(gfx9-generic, GFX9_GENERIC, 0x051, ISA_GCN5,
 
 GCN_DEVICE(gfx9-4-generic, GFX9_4_GENERIC, 0x05f, ISA_CDNA3,
           /* XNACK default */ HSACO_ATTR_ANY,
-          /* SRAM_ECC default */ HSACO_ATTR_UNSUPPORTED,
+          /* SRAM_ECC default */ HSACO_ATTR_ANY,
           /* WAVE64 mode */ HSACO_ATTR_UNSUPPORTED,
           /* CU mode */ HSACO_ATTR_UNSUPPORTED,
           /* Max ISA VGPRs */ 256,