-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA]: Introduce Python module with CCCL headers #2281
Comments
Since we already have an official way to copy headers with CMake and it is utilized in building the |
@shwina for awareness. I just created Draft PR #3201. I tried to keep this really simple, but I'm running into two problems. Copy-pasting the current PR description:
I'll try to solve the I think the best solution is to make |
Is this a duplicate?
Area
General CCCL
Is your feature request related to a problem? Please describe.
As of today, CCCL provides two Python modules: cuda.cooperative and cuda.parallel. Both modules have to package all C++ headers. This creates duplication.
Describe the solution you'd like
We have to extract CCCL headers into a standalone Python module for further reuse in cuda.cooperative and cuda.parallel. While doing so, we have to make sure that cuda.parallel and cuda.cooperative packages are version locked with cccl headers package. This will likely involve fixing CI script https://github.com/NVIDIA/cccl/blob/main/ci/test_pycuda.sh to install cccl headers before cuda.cooperative and also updating the https://github.com/NVIDIA/cccl/blob/main/ci/update_version.sh to implement version locking.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: