P4 to Git Change 1369163 by todli@todli-win-opencl-kv1 on 2017/02/03 17:19:46
SWDEV-96241 - fix OpenCL/LC build failure
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#43 edit
[ROCm/clr commit: 28f7b5b678]
Этот коммит содержится в:
@@ -2766,7 +2766,7 @@ VirtualGPU::submitMakeBuffersResident(amd::MakeBuffersResidentCommand & vcmd)
|
||||
std::vector<amd::Memory*> memObjects = vcmd.memObjects();
|
||||
uint32_t numObjects = memObjects.size();
|
||||
|
||||
for (int i = 0; i < numObjects; i++)
|
||||
for (uint i = 0; i < numObjects; i++)
|
||||
{
|
||||
// dummy render into the SDI surfaces so that KMD will be able to provide the bus addresses
|
||||
uint dummy = 0;
|
||||
|
||||
Ссылка в новой задаче
Block a user