SWDEV-507967 - Deprecate gfx9, gfx8, gfx7 on Windows
PAL_CLIENT_INTERFACE_MAJOR_VERSION from 872 --> 910 Change-Id: I03dfa2924ccdae4c2f13f09d5f34ee58298e1343
Этот коммит содержится в:
коммит произвёл
Todd tiantuo Li
родитель
199e464402
Коммит
ea804e16f8
@@ -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()) {
|
||||
|
||||
Ссылка в новой задаче
Block a user