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:
@@ -1407,9 +1407,7 @@ HSAILProgram::linkImpl(amd::option::Options *options)
|
||||
workgroupGroupSegmentByteSize,
|
||||
workitemPrivateSegmentByteSize,
|
||||
kernargSegmentByteSize,
|
||||
kernargSegmentAlignment,
|
||||
md.numHiddenKernelArgs
|
||||
);
|
||||
kernargSegmentAlignment);
|
||||
if (!aKernel->init()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user