Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 15, 2025

Addresses review feedback on #671 to relocate datatype_conversion.hpp from the public API headers to the internal implementation directory.

Changes

  • Relocated file: apps/nccl/include/mscclpp/datatype_conversion.hppapps/nccl/src/datatype_conversion.hpp
  • Updated includes: Changed from #include <mscclpp/datatype_conversion.hpp> to #include "datatype_conversion.hpp" in:
    • nccl.cu
    • allreduce.cu
    • allgather.cu
    • broadcast.cu

This prevents the header from being installed as part of the public API and resolves installation issues with the CMake file glob patterns.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Move mscclpp file to apps/nccl/src/ directory Move datatype_conversion.hpp from public include to internal src directory Nov 15, 2025
Copilot AI requested a review from chhwang November 15, 2025 20:04
Copilot finished work on behalf of chhwang November 15, 2025 20:04
@seagater seagater closed this Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants