Skip to content

Commit 162c0c7

Browse files
committed
Linter
1 parent eb221b7 commit 162c0c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/cpp/test_multidevice_stream_parallel_type.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,9 @@ TEST_P(RSMatmulTest, ReduceScatterP2p) {
543543
tv2->axis(1)->parallelize(ParallelType::DIDx);
544544

545545
MultiDeviceExecutorParams params;
546-
params.lower.communicator_backend = use_cuda_backend ? CommunicatorBackend::kCuda : CommunicatorBackend::kNccl;
546+
params.lower.communicator_backend = use_cuda_backend
547+
? CommunicatorBackend::kCuda
548+
: CommunicatorBackend::kNccl;
547549
MultiDeviceExecutor executor(std::move(fusion), *communicator_, params);
548550

549551
auto tensor_options =

0 commit comments

Comments
 (0)