P4 to Git Change 1351742 by gandryey@gera-w8 on 2016/12/09 14:31:14

SWDEV-79445 - OCL generic changes and code clean-up
	- Fix a warnign in LC build

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#23 edit
이 커밋은 다음에 포함됨:
foreman
2016-12-09 14:37:13 -05:00
부모 c4df63b847
커밋 d077c1abaa
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
+1 -1
파일 보기
@@ -1528,7 +1528,7 @@ VirtualGPU::submitKernelInternal(
// Find all parameters for the current kernel
for (auto arg : gpuKernel.hsailArgs()) {
const_address srcArgPtr;
const_address srcArgPtr = NULL;
if (arg->index_ != uint(-1)) {
srcArgPtr = parameters + signature.at(arg->index_).offset_;
}