Questions tagged [cusignal]
3 questions
4
votes
1 answer
How to achieve a faster convolve2d using GPU
I was recently learning PyCuda and planning to replace some code of a camera system to speed up image processing. That part was originally using cv2.filter2D. My intention is to accelerate the processing with GPU.
Time for signal.convolve2d:…

YFG
- 41
- 1
- 5
1
vote
2 answers
Installing cusignal on windows 10
I wanted to install the cusignal python package on windows and I was following the instructions on the following github link.
It says to run the following commands:
conda create --name cusignal-dev
conda activate cusignal-dev
conda install numpy…

lionheart
- 333
- 2
- 11
0
votes
1 answer
How to use Conda-installed Python module outside environment
I have downloaded cusignal with Conda using:
conda create -n rapids-22.02 -c rapidsai -c nvidia -c conda-forge \
cusignal=22.02 python=3.8 cudatoolkit=11.2
I have many other libraries that I use in main terminal, i.e., without activating…

secokit123
- 41
- 1
- 3