discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block fo


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] gr-fosphor : New RTSA-like visualization block for GNURadio using GPU acceleration
Date: Mon, 3 Feb 2014 09:21:45 +0100

Hi Markus,


> 1) Can it be compiled without OpenCL?

No. All the data processing is done with OpenCL.


> 2) Do you know beignet? Appearantly they try to implement OpenCL support for
> Haswell.

Yes and this should in time allow to run fosphor.

But I don't think they're sufficiently advanced yet to do it. Last
time I checked they were missing some features required for fosphor
like :
 - Single channel float textures (sharing with OpenCL into a cl_mem)
 - Sharing of Vertex Buffer Objects (used for the 'live' spectrum line
and the 'max hold' line)

Possibly missing more, I was just taking a quick look at the code. I
don't have any hardware supporting it ...

Might be worth asking the Beignet dev if those are on their roadmap or
just implement them yourself, or hack fophor to disable some features
temporarely.


Cheers,

    Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]