P4 to Git Change 1312856 by lmoriche@lmoriche_opencl_dev on 2016/09/09 11:52:59

SWDEV-94610 - Build fix for the HSAIL Runtime Foundation build

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#29 edit
This commit is contained in:
foreman
2016-09-09 12:02:35 -04:00
orang tua ebb29b8d36
melakukan 70ef99eb26
+1 -3
Melihat File
@@ -1407,9 +1407,7 @@ HSAILProgram::linkImpl(amd::option::Options *options)
workgroupGroupSegmentByteSize,
workitemPrivateSegmentByteSize,
kernargSegmentByteSize,
kernargSegmentAlignment,
md.numHiddenKernelArgs
);
kernargSegmentAlignment);
if (!aKernel->init()) {
return false;
}