warmspringwinds / pytorch-cpp

Pytorch C++ Library
369 stars 68 forks source link

Windows install #9

Open kirill-pinigin opened 6 years ago

kirill-pinigin commented 6 years ago

How to installn pytorch cpp on Windows? Is it possible?

warmspringwinds commented 6 years ago

@kirill-pinigin , I didn't test it but it should be possible -- use cmake on windows and try to compile the repository :)

I would be glad to see how it goes and try to help you out if you face problems

pedromorais17 commented 5 years ago

Good afternoon,

I'm trying to compile this code in Windows but I'm having several problems with some includes, namely (include is not found):

"c10/macros/Macros.h"

I don't know what is c10 library. Can you help me? Is this CUDA?