Forum > GPU crunching

Latest drivers (NVidia and ATI)

<< < (16/167) > >>

Jason G:

--- Quote from: Devaster on 18 Nov 2009, 01:58:39 am ---it is for free download for now ....

--- End quote ---
where's that ?  (I only see it in registered developer area, they launching in the forums again ?  ::) )

Devaster:
yes in the forum only ...

btw have u know that intel has bought rapidmind ?

Jason G:

--- Quote from: Devaster on 18 Nov 2009, 04:41:08 am ---...
btw have u know that intel has bought rapidmind ?

--- End quote ---
  Ooh .. them's fighting moves, LoL.

Devaster:

--- Quote ---Note that for CUFFT 3.0, the layout of batched data must be side-by-side
   and not interleaved.
--- End quote ---

so it seems that we must rearrange data before fft to real parts and imaginary parts in rhe same array and after this doing it back ....

Jason G:

--- Quote from: Devaster on 20 Nov 2009, 01:52:08 am ---
--- Quote ---Note that for CUFFT 3.0, the layout of batched data must be side-by-side
   and not interleaved.
--- End quote ---

so it seems that we must rearrange data before fft to real parts and imaginary parts in rhe same array and after this doing it back ....

--- End quote ---
Well AFAICT without bothering to look much further, they've simply added stride parameters, which would just require examining the data arrangement & setting the strides for the appropriate format you want.  No doubt that makes some more advanced multidimensional FFTs easier to implement.  For our purposes it'll probably just be a minor annoyance, to be overcome with macro definitions or wrapper functions.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version