cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

FrodoTheGiant
Journeyman III

clAmdFft-1.0.53 : APP sample code buggy

Hi,

 

I just tried to compile the FFT sample application clAmdFft-1.0.53 that came with your APP (Accelerated Parallel Processing) package.

First there is a compile error in clAmdFft.statisticalTimer.cpp - adding "#include <functional>" solves this error.

But when I try to start clAmdFft.Client.exe I get the following error message: "The application was unable to start correctly (0xc000007b). Click OK to close the application."

Windows7x64, Visual Studio 2008, Catalyst 10.12, SDK2.3

Please advise.

cheers,

F.

 

0 Likes
1 Reply
kknox
Staff

Hi FrodoTheGiant~

We will take a look at the compilation problems you reported on vs2008 and get any fixes needed into the next SDK release; thank you for the bug report.

For "The application was unable to start correctly (0xc000007b). Click OK to close the application.", please make sure that you have the proper dependencies installed, as noted in the clAmdFft readme file.  The binaries that we provided were compiled with vs2010 (including the .dll that you may be trying to link to), and would need the vs2010 runtime installed to resolve all dependencies.  

Links to the appropriate c++ runtime packages are provided in the readme.txt.

0 Likes