Skip to content

Commit 9313ce3

Browse files
committed
UCP/PERF: Enabled jenkins tests
1 parent d675046 commit 9313ce3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contrib/test_jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

contrib/ucx_perftest_config/test_types_ucp_device_cuda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
45
ucp_device_cuda_single_bw_1k_1thread -t ucp_put_single_bw -m cuda -s 1024 -n 10000
56
ucp_device_cuda_single_lat_1k_1thread -t ucp_put_single_lat -m cuda -s 1024 -n 10000
67
ucp_device_cuda_multi_bw_1k_1thread -t ucp_put_multi_bw -m cuda -s 256:8 -n 10000

0 commit comments

Comments
 (0)