rocmPackages: add gfx1200 and gfx1201 to gpuTargets (#414610)

authored by Peder Bergebakken Sundt and committed by GitHub 3c276a2d 62aa7de1

+12
+2
pkgs/development/rocm-modules/6/clr/default.nix
··· 237 "1100" 238 "1101" 239 "1102" 240 ] (target: "gfx${target}"); 241 242 inherit hipClangPath;
··· 237 "1100" 238 "1101" 239 "1102" 240 + "1200" # RX 9070 241 + "1201" # RX 9070 XT 242 ] (target: "gfx${target}"); 243 244 inherit hipClangPath;
+2
pkgs/development/rocm-modules/6/composable_kernel/base.nix
··· 25 "gfx1100" 26 "gfx1101" 27 "gfx1102" 28 ] 29 ), 30 }:
··· 25 "gfx1100" 26 "gfx1101" 27 "gfx1102" 28 + "gfx1200" 29 + "gfx1201" 30 ] 31 ), 32 }:
+4
pkgs/development/rocm-modules/6/default.nix
··· 501 "gfx1101" 502 "gfx1102" 503 ]; 504 }
··· 501 "gfx1101" 502 "gfx1102" 503 ]; 504 + gfx12 = scopeForArches [ 505 + "gfx1200" 506 + "gfx1201" 507 + ]; 508 }
+2
pkgs/development/rocm-modules/6/rocblas/default.nix
··· 52 "gfx1100" 53 "gfx1101" 54 "gfx1102" 55 ] 56 ), 57 }:
··· 52 "gfx1100" 53 "gfx1101" 54 "gfx1102" 55 + "gfx1200" 56 + "gfx1201" 57 ] 58 ), 59 }:
+2
pkgs/development/rocm-modules/6/rocsolver/default.nix
··· 27 "gfx1100" 28 "gfx1101" 29 "gfx1102" 30 ] 31 ), 32 }:
··· 27 "gfx1100" 28 "gfx1101" 29 "gfx1102" 30 + "gfx1200" 31 + "gfx1201" 32 ] 33 ), 34 }: