mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Correct test
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-5690
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
270cae33fd
commit
84a0813dfa
@ -1101,7 +1101,7 @@ HWTEST_F(BcsTests, givenBufferWithBigSizesWhenBlitOperationCalledThenProgramCorr
|
||||
cl_int retVal = CL_SUCCESS;
|
||||
auto buffer1 = clUniquePtr<Buffer>(Buffer::create(context.get(), CL_MEM_READ_WRITE, 1, nullptr, retVal));
|
||||
auto buffer2 = clUniquePtr<Buffer>(Buffer::create(context.get(), CL_MEM_READ_WRITE, 1, nullptr, retVal));
|
||||
void *hostPtr = reinterpret_cast<void *>(0x12340000);
|
||||
void *hostPtr = reinterpret_cast<void *>(0x4000);
|
||||
auto graphicsAllocation = buffer1->getGraphicsAllocation(pDevice->getRootDeviceIndex());
|
||||
|
||||
size_t srcOrigin[] = {1, 2, 0};
|
||||
|
Reference in New Issue
Block a user