mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move storage of mapped operations to OpenCL context
Relate-To: NEO-6352 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
ca0138da2e
commit
8c9dd3085b
@ -86,7 +86,8 @@ TEST_F(IOQTaskTestsMt, GivenBlockedOnUserEventWhenEnqueingMarkerThenSuccessIsRet
|
||||
}
|
||||
|
||||
TEST_F(IOQTaskTestsMt, GivenMultipleThreadsWhenMappingBufferThenEventsAreCompleted) {
|
||||
AlignedBuffer alignedBuffer;
|
||||
MockGraphicsAllocation alignedBufferAlloc{nullptr, MemoryConstants::pageSize};
|
||||
AlignedBuffer alignedBuffer{pContext, &alignedBufferAlloc};
|
||||
|
||||
auto userEvent = clCreateUserEvent(pContext, &retVal);
|
||||
EXPECT_EQ(CL_SUCCESS, retVal);
|
||||
|
Reference in New Issue
Block a user