Home
last modified time | relevance | path

Searched refs:UCS_MBYTE (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucm/
H A Drocm_hooks.cc97 ret = hipMalloc(&dptr, (256 * UCS_MBYTE)); in UCS_TEST_F()
106 ret = hipMalloc(&dptr, (1 * UCS_MBYTE)); in UCS_TEST_F()
110 ret = hipMalloc(&dptr1, (1 * UCS_MBYTE)); in UCS_TEST_F()
164 ret = hipMalloc(&ptr, (256 * UCS_MBYTE)); in UCS_TEST_F()
170 check_mem_free_events(ptr, (256 * UCS_MBYTE)); in UCS_TEST_F()
173 ret = hipMalloc(&ptr, (1 * UCS_MBYTE)); in UCS_TEST_F()
175 check_mem_alloc_events(ptr, (1 * UCS_MBYTE)); in UCS_TEST_F()
177 ret = hipMalloc(&ptr1, (1 * UCS_MBYTE)); in UCS_TEST_F()
179 check_mem_alloc_events(ptr1, (1 * UCS_MBYTE)); in UCS_TEST_F()
183 check_mem_free_events(ptr1, (1 * UCS_MBYTE)); in UCS_TEST_F()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/arch/
H A Dcpu.c47 .max = 8 * UCS_MBYTE
70 [UCS_CPU_VENDOR_UNKNOWN] = 5800 * UCS_MBYTE,
71 [UCS_CPU_VENDOR_INTEL] = 5800 * UCS_MBYTE,
72 [UCS_CPU_VENDOR_AMD] = 5008 * UCS_MBYTE,
73 [UCS_CPU_VENDOR_GENERIC_ARM] = 5800 * UCS_MBYTE,
74 [UCS_CPU_VENDOR_GENERIC_PPC] = 5800 * UCS_MBYTE,
75 [UCS_CPU_VENDOR_FUJITSU_ARM] = 5800 * UCS_MBYTE
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucp/
H A Dtest_ucp_rma.cc127 size_t sizes[] = { 1 * UCS_MBYTE, 3 * UCS_MBYTE, 9 * UCS_MBYTE, in UCS_TEST_SKIP_COND_P()
128 17 * UCS_MBYTE, 32 * UCS_MBYTE, 0}; in UCS_TEST_SKIP_COND_P()
155 size_t sizes[] = { 1 * UCS_MBYTE, 3 * UCS_MBYTE, 9 * UCS_MBYTE, in UCS_TEST_SKIP_COND_P()
156 17 * UCS_MBYTE, 32 * UCS_MBYTE, 0}; in UCS_TEST_SKIP_COND_P()
H A Dtest_ucp_mmap.cc168 size_t size = ucs::rand() % (UCS_MBYTE); in UCS_TEST_P()
199 size_t size = ucs::rand() % (UCS_MBYTE); in UCS_TEST_P()
276 size_t size = 128 * UCS_MBYTE; in UCS_TEST_P()
321 size_t size = 128 * UCS_MBYTE; in UCS_TEST_P()
H A Dtest_ucp_tag_match.cc706 const size_t sizes[] = { 1000, 2000, 8000, 2500ul * UCS_MBYTE }; in UCS_TEST_P()
739 8 * UCS_MBYTE, 128 * UCS_MBYTE, 512 * UCS_MBYTE };
H A Dtest_ucp_stream.cc193 std::vector<char> sbuf(16 * UCS_MBYTE, 's'); in do_send_recv_data_test()
242 std::vector<char> sbuf(16 * UCS_MBYTE, 's'); in do_send_recv_test()
320 const size_t msg_size = dt_elem_size * UCS_MBYTE; in do_send_exp_recv_test()
404 std::vector<char> sbuf(16 * UCS_MBYTE, 's'); in do_send_recv_data_recv_test()
H A Dtest_ucp_peer_failure.cc451 const size_t max_size = UCS_MBYTE;
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_p2p_err.cc184 if (max_short > (2 * UCS_MBYTE)) {
202 if (max_bcopy > (2 * UCS_MBYTE)) {
219 if (max_short > (2 * UCS_MBYTE)) {
237 if (max_bcopy > (2 * UCS_MBYTE)) {
254 if (max_hdr > (2 * UCS_MBYTE)) {
H A Dtest_md.cc135 size = sizeof(unsigned) * UCS_MBYTE;
141 EXPECT_LE(sizeof(unsigned) * UCS_MBYTE, size);
309 for (size_t size = 4 * UCS_KBYTE; size <= 4 * UCS_MBYTE; size *= 2) {
352 size = 128 * UCS_MBYTE;
379 orig_size = size = 128 * UCS_MBYTE;
H A Duct_p2p_test.cc190 if (max_length > UCS_MBYTE) { in test_xfer_multi_mem_type()
193 max_length = ucs_min(max_length, 20u * UCS_MBYTE); in test_xfer_multi_mem_type()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/info/
H A Dsys_info.c91 for (size = 4096; size <= 256 * UCS_MBYTE; size *= 2) { in print_sys_info()
93 measure_memcpy_bandwidth(size) / UCS_MBYTE); in print_sys_info()
H A Dtl_info.c165 iface_attr.bandwidth.shared / UCS_MBYTE, in print_iface_info()
166 iface_attr.bandwidth.dedicated / UCS_MBYTE); in print_iface_info()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/cuda_ipc/
H A Dcuda_ipc_iface.c108 return 80000.0 * UCS_MBYTE; in uct_cuda_ipc_iface_get_bw()
110 return 250000.0 * UCS_MBYTE; in uct_cuda_ipc_iface_get_bw()
112 return 300000.0 * UCS_MBYTE; in uct_cuda_ipc_iface_get_bw()
114 return 6911.0 * UCS_MBYTE; in uct_cuda_ipc_iface_get_bw()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/arch/
H A Dtest_x86_64.cc86 for (size = 4096; size <= 256 * UCS_MBYTE; size *= 2) {
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_sys.cc146 test_memunits(UCS_MBYTE + UCS_KBYTE, "1025K"); in UCS_TEST_F()
H A Dtest_config.cc383 EXPECT_EQ(UCS_MBYTE * 1024.0, opts->bw_mbytes); in UCS_TEST_F()
389 EXPECT_EQ(UCS_MBYTE * 128.0, opts->bw_mbits); in UCS_TEST_F()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/sys/
H A Dmath.h24 #define UCS_MBYTE (1ull << 20) macro
H A Dstring.c126 return UCS_MBYTE; in ucs_string_quantity_prefix_value()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/gdr_copy/
H A Dgdr_copy_iface.c91 iface_attr->bandwidth.shared = 6911.0 * UCS_MBYTE; in uct_gdr_copy_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/rocm/copy/
H A Drocm_copy_iface.c94 iface_attr->bandwidth.dedicated = 6911.0 * UCS_MBYTE; in uct_rocm_copy_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/rocm/gdr/
H A Drocm_gdr_iface.c92 iface_attr->bandwidth.shared = 6911.0 * UCS_MBYTE; in uct_rocm_gdr_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/cuda_copy/
H A Dcuda_copy_iface.c105 iface_attr->bandwidth.shared = 6911.0 * UCS_MBYTE; in uct_cuda_copy_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/smsg/
H A Dugni_smsg_iface.c213 iface_attr->bandwidth.dedicated = 1.0 * UCS_MBYTE; /* bytes */ in uct_ugni_smsg_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/rdma/
H A Dugni_rdma_iface.c98 iface_attr->bandwidth.dedicated = 6911.0 * UCS_MBYTE; /* bytes */ in uct_ugni_rdma_iface_query()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/self/
H A Dself.c112 attr->bandwidth.dedicated = 6911.0 * UCS_MBYTE; in uct_self_iface_query()

12