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:
@@ -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) {
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele