Hi I’m updating my system from CUDA 6.5 PGI 15.10 GTX 970
to CUDA 7.5 PGI 16.7 GTX 1080 with the old configuration
I don’t have any problem with the new when i run the codes
I get this error:
A GTX 1080 uses the Pascal architecture (compute capability 6.0) which requires CUDA 8.0. Please update your CUDA Device driver (if not done already) to at least CUDA 8.0 and compile with:
We need a little more information to help dig into this failure.
Does this occur on the very first allocation? If so, he error might come from the device not getting initialized correctly.
Does the size reported match the size you think you should be allocating?
Can you create a small reproducer and send it to us?