P4 to Git Change 1709633 by gandryey@gera-w8 on 2018/11/20 14:28:02

SWDEV-79445 - OCL generic changes and code clean-up
	- Don't add static LDS usage, since the value from AQL packet will already accumulate that. Also there is a plan to remove the static LDS field from the code object.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#334 edit
This commit is contained in:
foreman
2018-11-20 14:47:14 -05:00
orang tua 9fbda74c5c
melakukan d71cf5ef8b
+1 -1
Melihat File
@@ -3473,7 +3473,7 @@ hsa_kernel_dispatch_packet_t* HSAILKernel::loadArguments(
// Initialize kernel ISA and execution buffer requirements
hsaDisp->private_segment_size = spillSegSize();
hsaDisp->group_segment_size = ldsAddress - ldsSize();
hsaDisp->group_segment_size = ldsAddress;
hsaDisp->kernel_object = gpuAqlCode()->vmAddress();
ConstBuffer* cb = gpu.constBufs_[0];