Skip to content

Commit 914f1e6

Browse files
committed
Add Krackan support
1 parent cd77c07 commit 914f1e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The list of platforms on which `torchruntime` can install a working variant of P
9898

9999
| Series | Supported? | OS | Notes |
100100
|---|---|---|---|
101-
| Radeon 840M/860M/880M/890M/8040S/8050S/8060S (Strix/Strix Halo) | ⚠️ Partial | Win/Linux | gfx115x/RDNA3.5. Works with DirectML on Windows. Need testers for Linux, please message on [Discord](https://discord.com/invite/u9yhsFmEkB) |
101+
| Radeon 840M/860M/880M/890M/8040S/8050S/8060S (Strix/Strix Halo/Krackan) | ⚠️ Partial | Win/Linux | gfx115x/RDNA3.5. Works with DirectML on Windows. Need testers for Linux, please message on [Discord](https://discord.com/invite/u9yhsFmEkB) |
102102
| Radeon 740M/760M/780M (Phoenix/Hawk Point) | ⚠️ Partial | Win/Linux | gfx1103/RDNA3. Works with [DirectML on Windows](https://discord.com/channels/1014774730907209781/1324044688751333472/1332016666346913915). Need testers for Linux, please message on [Discord](https://discord.com/invite/u9yhsFmEkB) |
103103
| Radeon 610M/660M/680M (Rembrandt/Raphael/Mendocino/VanGogh) | ❓ Untested (WIP) | Win/Linux | gfx103x/RDNA2. Need testers for Windows and Linux, please message on [Discord](https://discord.com/invite/u9yhsFmEkB) |
104104
| Ryzen 5000 series ([Cezanne](https://www.cpu-infos.net/amd/amd-cpus-by-core-name/Cezanne/)/[Lucienne](https://www.cpu-infos.net/amd/amd-cpus-by-core-name/Lucienne/)) | ❓ Untested (WIP) | Win/Linux | gfx90c/GCN5.1. Need testers for Windows and Linux, please message on [Discord](https://discord.com/invite/u9yhsFmEkB) |

torchruntime/device_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class GPU:
4444
# gfx1150 - https://github.com/ROCm/clr/commit/4bc515aa62368c6189d19e14b3ec18cb6dd4415e
4545
"150e": ("Strix", "gfx1150", "11.5.0"),
4646
"1586": ("Strix Halo", "gfx1151", "11.5.1"),
47+
"1114": ("Krackan", "gfx1151", "11.5.1"),
4748
},
4849
"exclude": re.compile(r"\b(?:audio|bridge|arden|oberon|stoney|wani)\b", re.IGNORECASE),
4950
},

0 commit comments

Comments
 (0)