This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC & OpenCL ?


> Although the OpenCL infrastructure doesn't confine itself to it, this
> compute-on-the-graphic-processor type of parallellism mostly concerns
> itself with "let's do the FFT (or DGEMM) really fast on this processor
> and then return to the user".

Not really, it's not about FFT/DGEMM only -- the parallel stuff can be
expressed in a high-level language, and the communication cost is
actually something you have to consider seriously.

> If it isn't (surely not for us meteorology types) this approach is of
> limited use.

I'm pretty sure you meteorology guys can benefit quite from it.

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]