CUDA 4.0正式版的问题

为什么我的笔记本电脑GPU 在 CUDA 4.0 RC2 编程能用,但是到了正式版的就不行了,就如deviceQuery这个例子,会出现这样的结果:

[deviceQuery.exe] starting…
D:\CUDA\NVIDIA GPU Computing SDK 4.0\C\bin\win32\Release\deviceQuery. exe Starting…

CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 3
→ initialization error
[deviceQuery.exe] test results…
FAILED

Press ENTER to exit…