How to modify the Makefile to ensure to find cuda_runtime.h,error when I set "GPU=1" in Makefile
TSeminent opened this issue · 1 comments
TSeminent commented
I set GPU=1 in Makefile,but I don't know how to set other place in Makefile,maybe like this piceture below?
But I don't know what does "-I" in "-DGPU -I" and "-L" in "LDFLAGS+= -L" mean, how to change the default address below to my personal install address.And my cuda dosen't have a package named lib64.
this is what in Makefile:
TSeminent commented