Home
last modified time | relevance | path

Searched refs:uct_ep_get_bcopy (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_p2p_rma.cc55 return uct_ep_get_bcopy(ep, (uct_unpack_callback_t)memcpy, sendbuf.ptr(), in get_bcopy()
H A Dtest_peer_failure.cc253 EXPECT_EQ(uct_ep_get_bcopy(ep0(), NULL, NULL, 0, 0, 0, NULL),
H A Dtest_stats.cc323 uct_ep_get_bcopy(sender_ep(), (uct_unpack_callback_t)memcpy,
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/rma/
H A Drma_basic.c91 status = UCS_PROFILE_CALL(uct_ep_get_bcopy, in ucp_rma_basic_progress_get()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/uct/
H A Dbtl_uct_rdma.c102 …ucs_status = uct_ep_get_bcopy (ep_handle, mca_btl_uct_get_unpack, local_address, size, remote_addr… in mca_btl_uct_get()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_rc.cc186 status = uct_ep_get_bcopy(e->ep(0), (uct_unpack_callback_t)memcpy, in post_max_reads()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Duct_tests.cc286 return uct_ep_get_bcopy(ep, unpack_cb, (void*)this, in send()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h2494 UCT_INLINE_API ucs_status_t uct_ep_get_bcopy(uct_ep_h ep, uct_unpack_callback_t unpack_cb, in uct_ep_get_bcopy() function