Skip to content

Commit

Permalink
Remove cuda/__init__.py in cuda-parallel package (#3750)
Browse files Browse the repository at this point in the history
* Remove cuda/__init__.py and update README

* cuda_parallel editable installs are also broken

---------

Co-authored-by: Ashwin Srinath <[email protected]>
  • Loading branch information
shwina and shwina authored Feb 8, 2025
1 parent 18cb1ac commit 4a0cbfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/cuda_parallel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please visit the documentation here: https://nvidia.github.io/cccl/python.html.
## Local development

```bash
pip3 install -e ../cuda_cccl
pip3 install -e .[test]
pip3 install ../cuda_cccl
pip3 install .[test] -v
pytest -v ./tests/
```
Empty file.
2 changes: 1 addition & 1 deletion python/cuda_parallel/cuda/parallel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

from cuda.parallel._version import __version__
from ._version import __version__

__all__ = ["__version__"]

0 comments on commit 4a0cbfb

Please sign in to comment.