Skip to content

Conversation

@matumu
Copy link
Contributor

@matumu matumu commented Nov 14, 2025

What?

replace std::cout with NIXL_INFO in nixlDescList::print

@matumu matumu requested a review from a team as a code owner November 14, 2025 11:02
@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 14, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions
Copy link

👋 Hi matumu! Thank you for contributing to ai-dynamo/nixl.

Your PR reviewers will review your contribution then trigger the CI to test your changes.

🚀

template <class T>
void nixlDescList<T>::print() const {
std::cout << "DescList of mem type " << type << std::endl;
NIXL_INFO << "DescList of mem type " << type;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::count here is on purpose - because we expect that print() method would always print without the need to set NIXL_LOG_LEVEL=info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants