Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
288 stars 91 forks source link

Cannot find file thrust/device_vector.h #31

Open JoyXu123 opened 5 years ago

JoyXu123 commented 5 years ago

Hi, I am trying to implement it. However, in the step of "building static library". I encounter a problem. When I type "make", the computer cannot find the file thrust/device_vector.h.

Also you wrote "modify configurations in make_common", you mean we go into the file to change the configurations right? You do not mean I literally type in "modify configurations in make_common" right? (I tried to do that, the shell gives me a message "modify: command not found") Screenshot from 2019-09-07 14-17-37

no-wings commented 4 years ago

I also meet the question,have u solved it.

Hanjun-Dai commented 4 years ago

Hi there,

Can you double check you have /usr/local/cuda-8.0 available? I just tested on cuda-10.1 and it works fine.