hughperkins / distro-cl

OpenCL Torch
147 stars 17 forks source link

Build on windows #53

Closed ghost closed 5 years ago

ghost commented 5 years ago

I am making progress. Problem is, it builds LAPLACK/BLAS with GNU. But it wants to use Visual C++ to compile, which can't link to that library (that I can figure out). So I am building LAPLACK/BLAS for visual C++, and will see if I can get it to compile with Visual C++. I also got the Intel MKL library, although it sees it it won't compile because I am missing the BLAS headers.

Which BLAS/LPLACK is recommended, there are quite a few packages? I will try to build it with visual c++, and see if I can get torch to recognize that install because it won't link to mingw compiled libraries.

hughperkins commented 5 years ago

Nice! :)

ghost commented 5 years ago

Well, this is as far as I am going to play this game. But, it has been kind of fun. But it is serious business. I don't know about computers, but I do know Neural Networks work. Thanks for letting me experiment with distro-cl.

hughperkins commented 5 years ago

Ok. Thank you for your contributions; and I enjoyed reading your messages :)