P4 to Git Change 1339431 by gandryey@gera-w8 on 2016/11/10 10:47:43

SWDEV-86035 - Add PAL backend to OpenCL
	- Fix a regression after LC path integration

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#24 edit
Tento commit je obsažen v:
foreman
2016-11-10 11:02:24 -05:00
rodič 655d43d311
revize a9885c5273
+1 -1
Zobrazit soubor
@@ -1122,7 +1122,7 @@ HSAILKernel::loadArguments(
cb->uploadDataToHw(arg->size_);
// Then use a pointer in aqlArgBuffer to CB1
uint64_t gpuPtr = cb->vmAddress() + cb->wrtOffset();
WriteAqlArg(&aqlArgBuf, &gpuPtr, arg->size_, arg->alignment_);
WriteAqlArg(&aqlArgBuf, &gpuPtr, sizeof(void*));
memList.push_back(cb);
}
else if (arg->type_ == HSAIL_ARGTYPE_VALUE) {