Skip to content

Commit

Permalink
CORE: asymmetric mem feedback 2
Browse files Browse the repository at this point in the history
Co-authored-by: samnordmann <[email protected]>
  • Loading branch information
nsarka and samnordmann authored Jul 22, 2024
1 parent c88eea3 commit e45fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/asym_mem/test_asymmetric_memory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class test_asymmetric_memory : public ucc::test,
dst_mem_type = ctxs[root]->args->dst.info.mem_type;

rst = (uint8_t*) ucc_malloc(ctxs[root]->rbuf_size, "validation buf");
EXPECT_NE(rst, nullptr);
ASSERT_NE(rst, nullptr);

UCC_CHECK(ucc_mc_memcpy(rst, ctxs[root]->args->dst.info.buffer,
ctxs[root]->rbuf_size,
Expand Down

0 comments on commit e45fc11

Please sign in to comment.