P4 to Git Change 1322036 by smekhano@stas-mwamba-rocm on 2016/10/03 22:44:10

SWDEV-104366 - ROCm/LC: allow passing options to llvm through -Wb,...
	Reviewed by Laurent Morichetti

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#22 edit


[ROCm/clr commit: 0f7a5d7cd8]
This commit is contained in:
foreman
2016-10-03 22:49:41 -04:00
parent fb820c50f9
commit b9bf6c1251
2 changed files with 5 additions and 0 deletions
@@ -156,6 +156,8 @@ HSAILProgram::compileImpl_LC(
return false;
}
driverOptions.append(options->llvmOptions);
// Set fp32-denormals and fp64-denormals
bool fp32Denormals = !options->oVariables->DenormsAreZero
&& dev().deviceInfo().gfxipVersion_ >= 900;