SWDEV-507967 - Deprecate gfx9, gfx8, gfx7 on Windows

PAL_CLIENT_INTERFACE_MAJOR_VERSION from 872 --> 910

Change-Id: I03dfa2924ccdae4c2f13f09d5f34ee58298e1343


[ROCm/clr commit: ea804e16f8]
This commit is contained in:
agunashe
2025-01-07 11:04:44 -08:00
gecommit door Todd tiantuo Li
bovenliggende c6bea0ea59
commit 52a1f5dbf7
10 gewijzigde bestanden met toevoegingen van 18 en 136 verwijderingen
@@ -1926,12 +1926,8 @@ std::vector<std::string> Program::ProcessOptions(amd::option::Options* options)
// Set options for the standard device specific options
// All our devices support these options now
if (device().settings().reportFMAF_) {
optionsVec.push_back("-DFP_FAST_FMAF=1");
}
if (device().settings().reportFMA_) {
optionsVec.push_back("-DFP_FAST_FMA=1");
}
optionsVec.push_back("-DFP_FAST_FMAF=1");
optionsVec.push_back("-DFP_FAST_FMA=1");
} else {
if (!isHIP()) {