P4 to Git Change 1567935 by gandryey@gera-w8 on 2018/06/13 16:49:10

SWDEV-79445 - OCL generic changes and code clean-up
	- Remove array of hidden parameters. Hidden parameters will be placed together with OCL kernel arguments.

	http://ocltc.amd.com/reviews/r/15178/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#222 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#308 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#326 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#55 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#33 edit
Šī revīzija ir iekļauta:
foreman
2018-06-13 17:09:22 -04:00
vecāks 041c859d7e
revīzija b7b121fa27
6 mainīti faili ar 29 papildinājumiem un 31 dzēšanām
+1 -1
Parādīt failu
@@ -853,7 +853,7 @@ class Kernel : public amd::HeapObject {
//! Initializes the kernel parameters for the abstraction layer
bool createSignature(
const parameters_t& params, const parameters_t& hiddenParams,
const parameters_t& params, uint32_t numParameters,
uint32_t version);
//! Returns TRUE if it's a HSA kernel