Hi CUDA developers,
I bought my new Macbook Pro 15 which comes with the GT650M. I like to do CUDA programming and just installed the CUDA development kit and driver.
CUDA Driver Version: 5.0.37
GPU Driver Version: 8.6.22 304.10.20f04
Everything runs smooth and except the following:
- I run deviceQuery and the last line… Passed is missing
- I run bandwidthTest and the last line… Passed is missing.
For 1 & 2, please refer to the attached document.
I notice that after compilation the resulting binaries will be placed under /Developer/NVIDIA/CUDA-5.0/samples/bin/darwin/release but not under /Developer/NVIDIA/CUDA-5.0/samples/C/bin/darwin/release.
Is this causing the issue for the missing Passed in both deviceQuery and bandwidthTest?
I am using Xcode 4.6 and the default complier is llvm-gcc-4.2, not gcc-4.2. I suspect this is related to the issue.
However, I run the particle executable and it is running fine.
Can you help confirm if my CUDA installation is done properly? Many thanks.
Regards,
Samuel