Skip to content

Commit f4f7547

Browse files
committed
Fix incorrect zipFolderName parsing for gfx1103
1 parent 837f79b commit f4f7547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StabilityMatrix.Avalonia/Helpers/WindowsPrerequisiteHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ private async Task PatchHipSdkIfNecessary(IProgress<ProgressReport>? progress)
997997

998998
var zipFolderName = downloadUrl switch
999999
{
1000-
_ when downloadUrl.Contains("gfx1103.AMD") => "rocm gfx1103 for hip 6.4.2",
1000+
_ when downloadUrl.Contains("gfx1103.for.hip") => "rocm gfx1103 for hip 6.4.2",
10011001
_ when downloadUrl.Contains("gfx1034") => "rocm gfx1034.gfx1035.gfx1036 for hip 6.4.2",
10021002
_ when downloadUrl.Contains("gfx1032") => "rocm gfx1032 for hip 6.4.2",
10031003
_ when downloadUrl.Contains("gfx1031") => "rocm gfx1031 for hip 6.4.2",

0 commit comments

Comments
 (0)