Compare commits

..

No commits in common. "09355fcd6e2a0adb0bde7cf38a05c02a6998ecd8" and "e2f4061199c6c46229c524ec30a5299006179920" have entirely different histories.

View File

@ -82,7 +82,7 @@ public partial class RocmBackend : IBackend
[GeneratedRegex(@".*?\\(?<version>\d+.\d*)\\")]
private static partial Regex GetWindowsVersionRegex();
[GeneratedRegex(@"HIP version\s*:\s*(?<version>[\d.]+(?:-\w+)?)")]
[GeneratedRegex(@"HIP_PATH\s*:\s*[\w\/]+-(?<version>[\d.]+)$")]
private static partial Regex GetLinuxVersionRegex();
#endregion