Home
last modified time | relevance | path

Searched refs:UCT_IFACE_FLAG_PUT_BCOPY (Results 1 – 16 of 16) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_flush.cc423 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY)) {
437 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY)) {
442 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY)) {
H A Dtest_p2p_rma.cc101 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY)) {
H A Dtest_p2p_mix.cc181 if (sender().iface_attr().cap.flags & UCT_IFACE_FLAG_PUT_BCOPY) { in init()
H A Dtest_p2p_err.cc199 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY |
H A Dtest_stats.cc278 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY))
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/wireup/
H A Daddress.h25 UCT_IFACE_FLAG_PUT_BCOPY |
H A Dselect.c101 [ucs_ilog2(UCT_IFACE_FLAG_PUT_BCOPY)] = "put bcopy",
860 UCT_IFACE_FLAG_PUT_BCOPY | in ucp_wireup_add_rma_lanes()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_ib.cc574 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY |
609 !check_caps(UCT_IFACE_FLAG_PUT_BCOPY |
H A Dtest_rc.cc300 UCT_IFACE_FLAG_PUT_BCOPY |
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/rdma/
H A Dugni_rdma_iface.c60 UCT_IFACE_FLAG_PUT_BCOPY | in uct_ugni_rdma_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/self/
H A Dself.c67 UCT_IFACE_FLAG_PUT_BCOPY | in uct_self_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/base/
H A Dmm_iface.c157 UCT_IFACE_FLAG_PUT_BCOPY | in uct_mm_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/api/
H A Duct.h368 #define UCT_IFACE_FLAG_PUT_BCOPY UCS_BIT(5) /**< Buffered put */ macro
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_iface.c180 UCT_IFACE_FLAG_PUT_BCOPY | in uct_rc_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Dlibperf.c69 [ucs_ilog2(UCT_IFACE_FLAG_PUT_BCOPY)] = "put bcopy",
570 UCT_IFACE_FLAG_PUT_BCOPY, UCT_IFACE_FLAG_PUT_ZCOPY); in uct_perf_test_check_capabilities()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_ep.c1706 if (iface_attr->cap.flags & UCT_IFACE_FLAG_PUT_BCOPY) { in ucp_ep_config_init()