cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Remove `cuda/__init__.py` to avoid confusing various tools

Open leofang opened this issue 11 months ago • 0 comments

It seems hatchling (according to @rwgk from https://github.com/NVIDIA/cccl/pull/3201#issue-2751245974) and pip (#476) are confused by the conflict between our intention of cuda being a namespace package and cuda/__init__.py still exists today.

leofang avatar Feb 27 '25 18:02 leofang