I have an issue where the CUDA benchmarks run fine but the OpenCL ones do not. After a few seconds, I get a standard Windows error message telling me FAHBench.exe has crashed, but there's no text output to the command line. I have installed VS2008 through the link on fahbench.com, and I made sure to install vcsetup instead of one of the other three (I did accidentally run vc
ssetup as well, but I don't think having two of them installed is a problem). The PATH environment variable was copied directly from the site, and it's set as both a System and User variable. Here's the Windows crash log output if it's any help:
Code: Select all
Problem signature:
Problem Event Name: APPCRASH
Application Name: FAHBench.exe
Application Version: 0.0.0.0
Application Timestamp: 50f43c76
Fault Module Name: igdrcl32.dll
Fault Module Version: 9.17.10.2867
Fault Module Timestamp: 50635665
Exception Code: c0000005
Exception Offset: 00019bc8
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
And on a somewhat related note, watch out for Windows trying to roll back your CUDA version. I have the 310.90 drivers installed, but I think Windows reverted back to version 4.something during one of my reboots since the CUDA tests didn't run any more after that "update" with that 126 error indicative of CUDA 5 being missing. Re-installing the CUDA 5 production release got it working again.