sctincman / freeocl

OpenCL 1.2 implementation targeting CPUs, utilizing an external C++ compiler
GNU Lesser General Public License v3.0
0 stars 0 forks source link

AMD's FFT sample produces incorrect output with FreeOCL #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to reproduce the problem:
1. go to AMD's SDK sample folder
2. run "./FFT -p id --device cpu" where id is FreeOCL platform id

The expected output should be 2 series of random looking numbers, instead we 
get 2 series terminated with zeros:

Output real
470.366 169.35 -131.651 168.41 0 0 0 0 0 0 

Output img
1.79946 -115.327 -0.570963 116 0 0 0 0 0 0

Original issue reported on code.google.com by zuzu...@gmail.com on 18 Sep 2011 at 4:40

GoogleCodeExporter commented 9 years ago
Fixed for quite some time now.

Original comment by zuzu...@gmail.com on 13 May 2012 at 11:55