Adam Thompson

Results 42 comments of Adam Thompson

Hey @grlee77 -- always great hearing your perspective. I'm completely supportive of having cuSignal be the home for your stripped-down implementations of `dwt`, `idwt`, and others and would even support...

Thanks for reporting this, @znmeb. I'll take a look over this week. The Jetson Xavier is CC 72, so it should be working.

> Yeah, it works. Since I went ahead and set the environment variable to specify the GPU for the `cupy` build, I figured you could accept the same variable building...

@mbolding3 and @jfsantos -- working through the review now, but one immediate concern is how we handle a PyTorch dependency on cuSignal with this new functionality. I want to try...

> @awthomp By default the diff submodule is not imported by cusignal's top-level `__init__.py`. Users would have to intentionally `import cusignal.diff` to trigger the pytorch import, which would raise for...

Hey @Bruyant. Thanks for using cuSignal! It looks like you're allocating more data on the GPU than you have physical space for. You mentioned that smaller sample sizes work as...

What are you trying to do? A spectrogram on streaming data coming into the GPU?