cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

andreymath
Journeyman III

Is there 128k local memory GPU, created by AMD?

I need to perform FFT on 8192 (complex) doubles, using OpenCL.

Need 128k local memory for a fast implementation. Such GPU exists? Thank you :-).

0 Likes
1 Solution
boxerab
Challenger

Unfortunately, you will be limited to 32K local memory.

So, you'll have to modify your algorithm to fit into 32k.

AMD APP SDK has a FFT sample, so you might want to start there.

Aaron

View solution in original post

1 Reply
boxerab
Challenger

Unfortunately, you will be limited to 32K local memory.

So, you'll have to modify your algorithm to fit into 32k.

AMD APP SDK has a FFT sample, so you might want to start there.

Aaron