Search found 5 matches
- Sun Dec 11, 2016 5:24 am
- Forum: User discussion
- Topic: trying to build magma-2.1.0 on Windows
- Replies: 13
- Views: 9040
Re: trying to build magma-2.1.0 on Windows
After some upgrades ( Visual Studio Community 2015 / CMake 3.7.1 / magma-2.2.0 / cuda 8.0 ) I’ve now finally (!) been successful compiling the 64bit Version of magma on Windows. :) Maybe it is of interest to note that: CMake was always started from the VS2015 x64 Native Tools Command Prompt. For cla...
- Sun Nov 20, 2016 6:52 am
- Forum: User discussion
- Topic: trying to build magma-2.1.0 on Windows
- Replies: 13
- Views: 9040
Re: trying to build magma-2.1.0 on Windows
In the meantime for 32bit everything works fine for me (the examples work well and I can generate my own application - but I had to go back to CUDA6.5). As I have to deliver a 32bit dll in the end, this does the job for the moment. For 64bit I still have the same troubles, so if somebody knows how t...
- Fri Nov 18, 2016 5:05 pm
- Forum: User discussion
- Topic: trying to build magma-2.1.0 on Windows
- Replies: 13
- Views: 9040
Re: trying to build magma-2.1.0 on Windows
I’ve now created a new directory and tried the configuration “Visual Studio 11 Win64” which seems to fit to my installation (all other 64bit configurations fail). Cmake seems to find everything. However, in Visual Studio I always get the error: nvcc fatal : Microsoft Visual Studio configuration file...
- Sun Nov 13, 2016 5:25 pm
- Forum: User discussion
- Topic: trying to build magma-2.1.0 on Windows
- Replies: 13
- Views: 9040
Re: trying to build magma-2.1.0 on Windows
Mark – many thanks for your reply! The first reason going for 32 bit was that for I need to generate a 32bit dll at the end. Disabling the call you mentioned unfortunately still did not resolve the problem (there are still a lot of linker errors). The second reason is that I’m still failing when tr...
- Sun Nov 06, 2016 10:02 am
- Forum: User discussion
- Topic: trying to build magma-2.1.0 on Windows
- Replies: 13
- Views: 9040
trying to build magma-2.1.0 on Windows
I'm currently trying to build magma-2.1.0 on Windows. My impression is that magma seems to be a great library but it takes very long to get it running on Windows. Especially it seems not easy to configure the build in the right way. My environment is Windows 10, CUDA 7.5, Microsoft Visual Studio 11....