Skip to content

Commit a111e35

Browse files
vickytsangtohtana
authored andcommitted
[Core][AMD] Add AMD Instinct MI350 and MI355 products (ray-project#55853)
Signed-off-by: root <[email protected]> Signed-off-by: Masahiro Tanaka <[email protected]>
1 parent 9fceb10 commit a111e35

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/ray/_private/accelerators/amd_gpu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"0x74a2": "AMD-Instinct-MI308X-OAM",
2222
"0x74a9": "AMD-Instinct-MI300X-HF",
2323
"0x74a5": "AMD-Instinct-MI325X-OAM",
24+
"0x75a0": "AMD-Instinct-MI350X-OAM",
25+
"0x75a3": "AMD-Instinct-MI355X-OAM",
2426
"0x6798": "AMD-Radeon-R9-200-HD-7900",
2527
"0x6799": "AMD-Radeon-HD-7900",
2628
"0x679A": "AMD-Radeon-HD-7900",

python/ray/util/accelerators/accelerators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
AMD_INSTINCT_MI300x_HF = "AMD-Instinct-MI300X-HF"
2424
AMD_INSTINCT_MI308x = "AMD-Instinct-MI308X"
2525
AMD_INSTINCT_MI325x = "AMD-Instinct-MI325X-OAM"
26+
AMD_INSTINCT_MI350x = "AMD-Instinct-MI350X-OAM"
27+
AMD_INSTINCT_MI355x = "AMD-Instinct-MI355X-OAM"
2628
AMD_RADEON_R9_200_HD_7900 = "AMD-Radeon-R9-200-HD-7900"
2729
AMD_RADEON_HD_7900 = "AMD-Radeon-HD-7900"
2830
AWS_NEURON_CORE = "aws-neuron-core"

0 commit comments

Comments
 (0)