2
0

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


[ROCm/clr commit: 70ef99eb26]
Este cometimento está contido em:
foreman
2016-09-09 12:02:35 -04:00
ascendente c832965ae1
cometimento 2a99a81d61
+1 -3
Ver ficheiro
@@ -1407,9 +1407,7 @@ HSAILProgram::linkImpl(amd::option::Options *options)
workgroupGroupSegmentByteSize,
workitemPrivateSegmentByteSize,
kernargSegmentByteSize,
kernargSegmentAlignment,
md.numHiddenKernelArgs
);
kernargSegmentAlignment);
if (!aKernel->init()) {
return false;
}