Skip to content

Commit

Permalink
Remove cuda/__init__.py in cuda-parallel package (NVIDIA#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 committed Feb 10, 2025
1 parent eb0c7c4 commit 4a6a3f3
Showing 1 changed file with 2 additions and 2 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/
```

0 comments on commit 4a6a3f3

Please sign in to comment.