Hi Frank,
Are you able to successfully run a test program with the dll?
What do you need to do at the moment to create and dll and could we work together to make it run out of the box?
Best regards,
Philip
Search found 4 matches
- Fri Aug 19, 2011 9:05 am
- Forum: User discussion
- Topic: Magma on Windows and Visual Studio
- Replies: 15
- Views: 18498
- Mon Aug 15, 2011 4:55 pm
- Forum: User discussion
- Topic: Magma on Windows and Visual Studio
- Replies: 15
- Views: 18498
Re: Magma on Windows and Visual Studio
Also I tried to avoid the need for cl.exe by first generating c files from nvcc (with the -cuda option), but that preprocessing phase, too, is dependent on the presence of cl.exe 

- Mon Aug 15, 2011 4:33 pm
- Forum: User discussion
- Topic: Magma on Windows and Visual Studio
- Replies: 15
- Views: 18498
Re: Magma on Windows and Visual Studio
I was able to compile everything with mingw and magmablas via cl.exe (i.e. Visual Studio) since nvcc doesn't support gcc on windows. But no test file would link with the magmablas library. Perhaps the Frank's dll approach will resolve this. I would like to help out as I can since Window is one of my...
- Thu Aug 04, 2011 10:42 am
- Forum: User discussion
- Topic: Magma on Windows and Visual Studio
- Replies: 15
- Views: 18498
Magma on Windows and Visual Studio
Hi Magma people, I'm wondering what I need to do to compile 64-bit in a Windows/Visual Studio environment. There was a post a long time ago about this but I see in the RC5 release notes that there is mention of better support for Windows compilation now. Any help would be appreciated. Thanks, Philip