Skip to content

[FEA]: NCCL device API #1744

@BDHU

Description

@BDHU

Is this a duplicate?

Area

General cuda-python

Is your feature request related to a problem? Please describe.

I was playing around with NCCL device-initiated API and I wonder how I can support CUDA kernels that include nccl_device.h. The problem seems to be that nccl_device.h also imports stdint.h which has include_next, which is a GCC-specific preprocessor directive used by the system stdint.h. Any pointers? Thanks.

Describe the solution you'd like

Support arbitrary third-party headers in CUDA kernel

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageNeeds the team's attention

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions