Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROCm] Fixing a bug in the previous commit to nccl_manager_test.cc file. #36017

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow/core/nccl/nccl_manager_test.cc
Expand Up @@ -663,8 +663,8 @@ TYPED_TEST(NcclManagerTest, MultiNodeBroadcast) {
this->RunMultiNodeBroadcastTest(num_nodes, num_ranks_per_node,
/*src_node=*/0, /*src_local_rank=*/0,
/*in_place=*/true);
#endif
}
#endif

// Checks that we return error status if a collective_key is used for different
// types of collectives, e.g.a reduction and a broadcast.
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/linux/rocm/run_cc_core.sh
Expand Up @@ -56,7 +56,7 @@ bazel test \
&& bazel test \
--config=rocm \
-k \
--test_tag_filters=-no_gpu,-no_rocm,-v1only \
--test_tag_filters=gpu \
--jobs=${N_JOBS} \
--local_test_jobs=1 \
--test_timeout 600,900,2400,7200 \
Expand Down