Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit 9cc4672

Browse files
authored
Update README to reflect deprecation of cuSignal (#588)
Deprecation Announcement for cuSignal: https://docs.rapids.ai/notices/rsn0032/ cuSignal source is moving to CuPy, and RAPIDS 23.08 is the last formal release with cuSignal. Merge after #587 Authors: - Adam Thompson (https://github.com/awthomp) Approvers: - Brad Rees (https://github.com/BradReesWork) - Matthew Nicely (https://github.com/mnicely) URL: #588
1 parent f21f593 commit 9cc4672

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp;cuSignal</div>
22

3+
# Deprecation Notice
4+
RAPIDS v23.08 is the last formal release for cuSignal. Starting in 2019, cuSignal strived to provide a simple to use and highly performant library for signal processing developers working in Python. With over 400,000 total Anaconda downloads, we built an incredible community together. We are pleased to announce that much of the cuSignal codebase is moving to [CuPy](https://cupy.dev) and is highly aligned with CuPy's goal to GPU-accelerate the NumPy and SciPy ecosystems. By moving our work to CuPy, we allow developers to use a single library for signal processing (and more!) while also reducing software dependencies.
5+
6+
To continue your journey with GPUs, Python, and Signal Processing, please:
7+
- [Download CuPy](https://docs.cupy.dev/en/stable/install.html)
8+
- Visit `cupyx.scipy.signal` [source code](https://github.com/cupy/cupy/tree/main/cupyx/scipy/signal)
9+
- Read CuPy's `signal` module [documentation](https://docs.cupy.dev/en/latest/reference/scipy_signal.html)
10+
11+
The offical deprecation announcement can be found [here](https://docs.rapids.ai/notices/rsn0032/)
12+
13+
***
314
**cuSignal** is a GPU-accelerated signal processing library in Python that is both based on and extends the [SciPy Signal](https://github.com/scipy/scipy/tree/master/scipy/signal) API. Notably, cuSignal:
415
- Delivers orders-of-magnitude speedups over CPU with a familiar API
516
- Supports a zero-copy connection to popular Deep Learning frameworks like PyTorch, Tensorflow, and Jax

0 commit comments

Comments
 (0)