Skip to content

Commit e3f01f5

Browse files
committed
feat: add tests for IPC opaque host memory handles
Related-To: NEO-15836 Signed-off-by: Eric Mortensen <[email protected]>
1 parent b949d66 commit e3f01f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conformance_tests/core/test_ipc/src/test_ipc_memory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ static void run_ipc_host_mem_access_test_opaque(size_t size,
246246
bipc::mapped_region region(shm, bipc::read_write);
247247

248248
// Copy ipc handle data to shm
249-
shared_data_t test_data = {TEST_HOST_ACCESS, TEST_NONSOCK, to_u32(size),
250-
flags, false, ipc_handle};
249+
shared_data_t test_data = {
250+
TEST_HOST_ACCESS, TEST_NONSOCK, to_u32(size), flags, false, ipc_handle};
251251
std::memcpy(region.get_address(), &test_data, sizeof(shared_data_t));
252252

253253
// Free device memory once receiver is done

0 commit comments

Comments
 (0)