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
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 hasinclude_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