P4 to Git Change 1334142 by gandryey@gera-ocl-lc on 2016/10/31 14:17:14

SWDEV-86035 - Add PAL backend to OpenCL
	- Fix 2 warnings with LC path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#19 edit
Tento commit je obsažen v:
foreman
2016-10-31 14:30:53 -04:00
rodič b925842e4e
revize a214437836
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
+2 -1
Zobrazit soubor
@@ -1338,7 +1338,8 @@ LightningProgram::setKernels(
return false;
}
setGlobalVariableTotalSize(progvarsTotalSize);
// note: The global variable size is updated in the context loader
//setGlobalVariableTotalSize(progvarsTotalSize);
// Get the list of kernels
std::vector<std::string> kernelNameList;