Skip to content

Commit

Permalink
tuner: Enable tuner init msg on INFO logs
Browse files Browse the repository at this point in the history
Enable tuner initialization message to be displayed on
all NCCL_DEBUG=INFO and display the logs as part of the default
subsystem (INIT)

Signed-off-by: Arun Karthik <akkart@amazon.com>
  • Loading branch information
arunkarthik-akkart authored and rajachan committed Sep 4, 2024
1 parent fb4ca3f commit 7c03145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuner/nccl_ofi_tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ ncclResult_t nccl_ofi_tuner_init(size_t nRanks, size_t nNodes, ncclDebugLogger_t
*context = (void *)nccl_ofi_tuner_ctx;
nccl_net_ofi_mutex_unlock(&nccl_ofi_tuner_ctx_lock);

NCCL_OFI_TRACE(NCCL_TUNING, "Tuner init: comm with %ld ranks and %ld nodes.", nRanks, nNodes);
NCCL_OFI_INFO(NCCL_INIT | NCCL_TUNING, "Tuner init: comm with %ld ranks and %ld nodes.", nRanks, nNodes);
return ret;
}

Expand Down

0 comments on commit 7c03145

Please sign in to comment.