You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas warning : Too big maxrregcount value specified 80, will be ignored ptxas fatal : Unresolved extern function 'malloc'
Makefile:1475: recipe for target 'heavy/heavy.o' failed
make[2]: *** [heavy/heavy.o] Error 255
The text was updated successfully, but these errors were encountered:
nvcc -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_35,code="sm_35,compute_35" --maxrregcount=80 --ptxas-options=-v -o heavy/heavy.o -c heavy/heavy.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas warning : Too big maxrregcount value specified 80, will be ignored
ptxas fatal : Unresolved extern function 'malloc'
Makefile:1475: recipe for target 'heavy/heavy.o' failed
make[2]: *** [heavy/heavy.o] Error 255
The text was updated successfully, but these errors were encountered: