We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 837f79b + f4f7547 commit 2d2ca5aCopy full SHA for 2d2ca5a
StabilityMatrix.Avalonia/Helpers/WindowsPrerequisiteHelper.cs
@@ -997,7 +997,7 @@ private async Task PatchHipSdkIfNecessary(IProgress<ProgressReport>? progress)
997
998
var zipFolderName = downloadUrl switch
999
{
1000
- _ when downloadUrl.Contains("gfx1103.AMD") => "rocm gfx1103 for hip 6.4.2",
+ _ when downloadUrl.Contains("gfx1103.for.hip") => "rocm gfx1103 for hip 6.4.2",
1001
_ when downloadUrl.Contains("gfx1034") => "rocm gfx1034.gfx1035.gfx1036 for hip 6.4.2",
1002
_ when downloadUrl.Contains("gfx1032") => "rocm gfx1032 for hip 6.4.2",
1003
_ when downloadUrl.Contains("gfx1031") => "rocm gfx1031 for hip 6.4.2",
0 commit comments