Skip to content

Commit a99e0d9

Browse files
committed
Merge branch 'main' into am/cmd-gen-use-tr-member
2 parents ca4286e + 996645f commit a99e0d9

34 files changed

+103
-37
lines changed

conf/common/test/dse_nccl_all_gather.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description = "all_gather"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
"docker_image_url" = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
"subtest_name" = "all_gather_perf_mpi"
2324
"ngpus" = "1"
2425
"minbytes" = "128"

conf/common/test/nccl_test.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description = "NCCL base test configuration"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
docker_image_url = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
ngpus = 1
2324
minbytes = "128"
2425
maxbytes = "4G"

conf/common/test/nccl_test_all_gather.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description = "all_gather"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
"docker_image_url" = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
"subtest_name" = "all_gather_perf_mpi"
2324
"ngpus" = "1"
2425
"minbytes" = "128"

conf/common/test_scenario/nccl_test.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ description = "scatter_perf"
6868
test_template_name = "NcclTest"
6969

7070
[Tests.cmd_args]
71+
docker_image_url = "nvcr.io/nvidia/pytorch:24.02-py3"
7172
subtest_name = "scatter_perf_mpi"
7273
ngpus = 1
7374
minbytes = "128"

conf/hook/test/nccl_test_all_gather.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description = "all_gather"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
"docker_image_url" = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
"subtest_name" = "all_gather_perf_mpi"
2324
"ngpus" = "1"
2425
"minbytes" = "128"

conf/release/nemo_acceptance/test/nccl_test_all_reduce_loopback.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ NCCL_P2P_DISABLE = "1"
2323
NCCL_SHM_DISABLE = "1"
2424

2525
[cmd_args]
26+
"docker_image_url" = "nvcr.io/nvidia/pytorch:24.02-py3"
2627
"subtest_name" = "all_reduce_perf_mpi"
2728
"ngpus" = "1"
2829
"minbytes" = "8M"

conf/release/spcx/l40s/test/l40s-bc-nccl_test_all_gather.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2-
# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,6 +19,7 @@ description = "all_gather"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
docker_image_url = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
subtest_name = "all_gather_perf_mpi"
2324
minbytes = "1K"
2425
maxbytes = "16G"

conf/release/spcx/l40s/test/l40s-bc-nccl_test_all_gather_worst.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2-
# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,6 +19,7 @@ description = "all_gather"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
docker_image_url = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
subtest_name = "all_gather_perf_mpi"
2324
minbytes = "1K"
2425
maxbytes = "16G"

conf/release/spcx/l40s/test/l40s-bc-nccl_test_all_reduce.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2-
# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,6 +19,7 @@ description = "all_reduce"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
docker_image_url = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
"subtest_name" = "all_reduce_perf_mpi"
2324
minbytes = "1K"
2425
maxbytes = "16G"

conf/release/spcx/l40s/test/l40s-bc-nccl_test_all_reduce_worst.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2-
# Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,6 +19,7 @@ description = "all_reduce_worst_alloc_test"
1919
test_template_name = "NcclTest"
2020

2121
[cmd_args]
22+
docker_image_url = "nvcr.io/nvidia/pytorch:24.02-py3"
2223
"subtest_name" = "all_reduce_perf_mpi"
2324
minbytes = "1K"
2425
maxbytes = "16G"

0 commit comments

Comments
 (0)