mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Remove KernelDeviceInfo struct
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
723d8a4b72
commit
35d2325361
@@ -45,7 +45,7 @@ TEST_F(EnqueueKernelTest, givenKernelWithSharedObjArgsWhenEnqueueIsCalledThenRes
|
||||
auto &kernelInfo = pKernel->getKernelInfo(rootDeviceIndex);
|
||||
|
||||
auto pKernelArg =
|
||||
(uint32_t *)(pKernel->getCrossThreadData(rootDeviceIndex) + kernelInfo.kernelArgInfo[0].kernelArgPatchInfoVector[0].crossthreadOffset);
|
||||
(uint32_t *)(pKernel->getCrossThreadData() + kernelInfo.kernelArgInfo[0].kernelArgPatchInfoVector[0].crossthreadOffset);
|
||||
|
||||
auto address1 = static_cast<uint64_t>(*pKernelArg);
|
||||
auto sharedBufferGpuAddress =
|
||||
|
||||
Reference in New Issue
Block a user