Adam Thompson
Adam Thompson
Hi @GBZH Thanks for using cusignal and for submitting this bug report. We haven't implemented many of the IIR filter design tools, including the butterworth filter. This is a little...
Thanks for confirming, @evanmayer. I'm going to close this issue as it seems there's an acceptable work-around.
My admittedly biased opinion is that we work together to make cusignal better as cusignal already heavily leverages cupy to implement the vast majority of these functions. In many cases,...
Hey @ev-br! You bet! Our documentation for cusignal is here: https://docs.rapids.ai/api/cusignal/stable/ I also tried to show ipynb examples for each API function and compare CPU vs GPU performance. You can...
> Just for reference, I've just updated this issue and #7404 to reflect which APIs are already available in CuSignal. Most of CuSignal available APIs are related to windows, spectral...
> @awthomp Did your team make a priority table for these scipy.signal APIs? > > Although I’m not sure how we should concretely go (aliasing to cuSignal or having independent...
@takagi -- We had an internal meeting today and would like to discuss next steps in working together. Let's follow up offline and schedule a meeting in 2-3 weeks.
> What's your tensorflow version? I found the code works with tensorflow v2.1.0 but not v2.0.0. Interesting. I was on TF 2.1.0 when submitting the bug report. I've included an...
I'm also receiving the segfault with an NVIDIA T4. Here's a Google Colab notebook that you can run through. Perhaps `pip install tfdlpack-gpu` isn't pulling in all the expected/necessary dependencies?...
Thanks, @VoVAllen and thanks for your hard and great work at enabling DLPack support with TensorFlow. Don't hesitate to let us know what you need help with.