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:
0: copyin Symbol Memcpy (dev=0x0x735840, host=0x0x615258, size=8, offset=1179648) FAILED: 30(unknown error)
or
0: ALLOCATE: 1600000000 bytes requested; status = 30(unknown error)
I’m compiling my code in this way:
pgf90 -Mcuda=7.5 -o code.f90 exec_code -lcurand
How i can solve this problem ?