Hey Laszlo, I don't know anything about building CUDA or Windows for that matter, but you probably have to change this line<https://github.com/lindahua/CUDA.jl/blob/master/src/base.jl#L9>to be windows specific (the shared library "libcuda" is named differently on Windows). See this example from OpenCL.jl for how to select the shared library name based on the current platform https://github.com/jakebolewski/OpenCL.jl/blob/master/src/api.jl#L5-L15.
It's best to keep in mind that this is a relatively small community of *volunteers. *Similar to many open-source communities, the vast majority of active contributors use unix systems. I'm always happy when Windows users help me port something to work on that platform as I don't have acess to a Windows machine, or knowledge of Windows development in general. Best, Jake On Friday, April 18, 2014 2:36:36 PM UTC-4, Laszlo Hars wrote: > > Is there anybody, who is interested in this? Otherwise this package could > be removed from the list of Julia packages, because > - It does not work under Windows > - There is no adequate documentation > - There is no support (not even from the users community) > > At least it has to be renamed to "CUDA for Linux based systems", or > something similar. Its current title is misleading. > > On Thursday, April 17, 2014 6:52:53 PM UTC-6, Laszlo Hars wrote: >> >> I added the package CUDA, but obviously it needs some tweaking for >> Windows (e.g. after installing CUDA 6.0 for Win7-64 there is no libcuda, >> which I was supposed to add to the library loading path). Can anyone help >> me with a list of things I need to do in Windows to get the Julia CUDA >> package working? -thx >> >
