Well at least it compiled, but it isn&#39;t working. We are still getting the message that the function isn&#39;t implemented.<br><br>Initializing Nvidia gpu library<br>cudaMalloc CUDAStream::Allocate failed feature is not yet implemented<br>
<br><br>Now both cudamalloc and all four cuda stream&#39;s, cudaStreamCreate, Destroy, Query and Synchronize were implemented.<br>I thought maybe it was because in the spec file I had the cudaStream&#39;s as pointers (ptr) so I switched them to long but ti didn&#39;t make a difference. Originally the argument was &quot;stream&quot; but I can&#39;t get any argument but ptr and long to pass the winegcc for spec files.<br>
<br><a href="http://shelnutt.twomurs.com/patches/cuda/cuda.dll.spec">http://shelnutt.twomurs.com/patches/cuda/cuda.dll.spec</a><br><br>Does wine need to somehow be made aware of the presence of the <a href="http://cudart.dll.so">cudart.dll.so</a> file? We tried putting it in both the system32 and the lib folder but it seems also that maybe WINE needs to be made aware of it?<br>