|
From: | edwar ewer |
Subject: | Re: Create a GPU-based block tutorial. |
Date: | Wed, 4 Jun 2025 15:16:45 +0000 |
Hi Josh,
Thank you very much for the suggestion. Actually, I have a minimum experience in programming and this is my first time to create a custom GNU Radio block. Let me breakdown the procedure that I understand from the source you gave to me,
Is this correct?
Thanks,
Eduemon
From: Josh Morman (GNU Radio) <jmorman@gnuradio.org>
Sent: Wednesday, June 4, 2025 4:49 PM To: edwar ewer <eduatgugel@gmail.com> Cc: discuss-gnuradio@gnu.org <discuss-gnuradio@gnu.org> Subject: Re: Create a GPU-based block tutorial. Hi Eduemon,
You may want to take a look at gr-cuda which takes advantage of the "custom buffers" feature of GNU Radio introduced in GR 3.10:
https://github.com/gnuradio/gr-cuda This is a bare OOT but would be a good place to start adding blocks in or fork off into your own OOT. There is a multiply_const block in there that is GPU accelerated with CUDA.
Josh
On Wed, Jun 4, 2025 at 7:42 AM edwar ewer <eduatgugel@gmail.com> wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |