What are your plans about CUDA 7.5?
I will do the update for CUDA 7.5 as soon as possible. I know, it already has been a while since CUDA 7.5 was released, but I have been rather busy with other things recently. I’ll try to tackle this early next week - from what I have read so far, there should not be so many changes in the API, so it should not take too long.
OK, I had a look (although I came back from the office late today), and indeed, it seems that for CUDA itself, hardly anything changed at all. For the libraries (CUFFT, CUBLAS etc) there have some functions been added. I think that it should be possible to add them soon. I’ll not be available all the time in the next days, but at least the update at GitHub should be doable until Thursday (the website following soon, as it will require some cleanups as well, now that the transition of the source code to GitHub is underway)
EDIT by Marco13: This part of the thread was moved here from http://forum.byte-welt.net/byte-welt-projekte-projects/swogl-jcuda-jocl/jcuda/2502-jcuda-2.html#post123438
@Marco13 , glad to hear that. Will update mavenized jcuda today.
Ops, just did it Could you check it?
Information about the new version for CUDA 7.5 can be found in the “About JCuda” thread.
[ot]
2 minutes :eek: Impressive.
There’s still some work to do, to upload the remaining libraries to GitHub, add the source code of the samples (and convert more of them into Unit Tests), but this is not as “urgent” as the update for 7.5, which was already rather delayed.
[/ot]
What else could I do, sitting in the hotel in the Prague?
Currently having a
[ERROR] Failed to execute goal on project mavenized-jcuda: Could not resolve dependencies for project org.mystic:mavenized-jcuda:jar:0.1.2: Could not find artifact jcuda:JCusolver:dll:windows-x86_64:0.7.5 in jcuda.local (file:C:\Develop\mavenized-jcuda\mavenized-jcuda/repo) -> [Help 1]
trying to figure out whose fault it is (probably mine :o )
BTW: I’ll move this to the other CUDA 7.5 thread http://forum.byte-welt.net/byte-welt-projekte-projects/swogl-jcuda-jocl/jcuda/17338-plans-cuda-7-5-a.html
@Marco13 , no, it’s mine. fixed now.
Yes, now it works (had to add “-U” to mvn clean package, to force an update).
Thanks!
Now, mavenized-jcuda supports Linux and Mac OS X native libs for Cuda 7.5 as well
Great to hear that! Thanks! I added a link to Mavenized JCuda in the Readme of https://github.com/jcuda/jcuda-main as well.
@Marco13 , so nice of you