File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ run_ucx_perftest_cuda_device() {
667667 do
668668 export UCX_TLS=${tls}
669669 # TODO: Enable these tests
670- # run_client_server_app "$ucx_perftest" "$ucp_test_args" "$ucp_client_args" 0 0
670+ run_client_server_app " $ucx_perftest " " $ucp_test_args " " $ucp_client_args " 0 0
671671 done
672672 unset UCX_TLS
673673}
Original file line number Diff line number Diff line change 11#
22# UCP basic device cuda tests
33#
4+ ucp_device_cuda_single_lat_8b_1thread -t ucp_put_single_lat -m cuda -s 8 -n 10000
45ucp_device_cuda_single_bw_1k_1thread -t ucp_put_single_bw -m cuda -s 1024 -n 10000
56ucp_device_cuda_single_lat_1k_1thread -t ucp_put_single_lat -m cuda -s 1024 -n 10000
67ucp_device_cuda_multi_bw_1k_1thread -t ucp_put_multi_bw -m cuda -s 256:8 -n 10000
You can’t perform that action at this time.
0 commit comments