P4 to Git Change 1331609 by lmoriche@lmoriche_opencl_dev on 2016/10/25 17:25:08
SWDEV-94610 - Fix the build for OpenCL/LC on Linux.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#43 edit
[ROCm/clr commit: 10ae0ef0b9]
Этот коммит содержится в:
@@ -820,7 +820,7 @@ HSAILProgram::linkImpl_LC(amd::option::Options *options)
|
||||
Data* correctly_rounded_sqrt_bc = C->NewBufferReference(DT_LLVM_BC,
|
||||
correctly_rounded_sqrt.first, correctly_rounded_sqrt.second);
|
||||
|
||||
auto daz_opt = get_oclc_daz_opt(dev().hwInfo()->gfxipVersion_ < 900
|
||||
auto daz_opt = get_oclc_daz_opt(dev().deviceInfo().gfxipVersion_ < 900
|
||||
|| options->oVariables->DenormsAreZero);
|
||||
Data* daz_opt_bc = C->NewBufferReference(DT_LLVM_BC,
|
||||
daz_opt.first, daz_opt.second);
|
||||
|
||||
Ссылка в новой задаче
Block a user