Skip to content

Conversation

@rakhmets
Copy link
Contributor

@rakhmets rakhmets commented Nov 7, 2025

What?

Moved src/utils/ucx/* to src/plugins/ucx.

Why?

All code related to the UCX plugin can be moved to src/plugins/ucx, as the UCX_MO plugin has been removed: #898.

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

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

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

🚀

void
config::modify (std::string_view key, std::string_view value) const {
const char *env_val = std::getenv (absl::StrFormat ("UCX_%s", key.data()).c_str());
config::modify(std::string_view key, std::string_view value) const {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately, it is impossible to avoid formatting changes for the moved files.

@rakhmets
Copy link
Contributor Author

rakhmets commented Nov 7, 2025

/build

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.

1 participant