SWDEV-1 - Do not pass daz_opt to comgr link options
This no longer does anything.
Change-Id: I0643198a46a534a76454a5b461d010ed1776a89a
[ROCm/clr commit: 67473ba345]
Этот коммит содержится в:
коммит произвёл
Matthew Arsenault
родитель
8b875d0248
Коммит
471f9e6d65
@@ -1172,10 +1172,6 @@ bool Program::linkImplLC(amd::option::Options* options) {
|
||||
if (options->oVariables->FP32RoundDivideSqrt) {
|
||||
linkOptions.push_back("correctly_rounded_sqrt");
|
||||
}
|
||||
if (options->oVariables->DenormsAreZero || AMD_GPU_FORCE_SINGLE_FP_DENORM == 0 ||
|
||||
(device().isa().versionMajor() < 9 && AMD_GPU_FORCE_SINGLE_FP_DENORM < 0)) {
|
||||
linkOptions.push_back("daz_opt");
|
||||
}
|
||||
if (options->oVariables->FiniteMathOnly || options->oVariables->FastRelaxedMath) {
|
||||
linkOptions.push_back("finite_only");
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user