Marco Hutter
Marco Hutter
@blueberry I understand the hesitation. Upgrading CUDA always feels like a one-way road. But I'm not entirely sure what you mean by > Could you release a beta version, so...
JCuda 11.7.0 is on its way into Maven Central, and should soon be available under the usual coordinates: ``` org.jcuda jcuda 11.7.0 org.jcuda jcublas 11.7.0 org.jcuda jcufft 11.7.0 org.jcuda jcusparse...
Thanks. Iff it is necessary to create a new release (with unmodified natives), I'll use these. For the release above, I created the JARs manually (hopefully without messing something up...
Thanks for this pointer. I think I had a glance at CUB when I first visited the NVLABS site, but this has been a while ago, and I did not...
Regarding JCudpp: I haven't yet updated it for CUDA 8. Although this would only mean to re-compile it for CUDA 8, the user base of JCudpp seems to be very...
Several parts of the more sophisticated libraries (like JCuSparse and JCusolver) certainly have a poor test coverage. It's hard or impossible to create automated tests from scratch. And there are...
> So I might have missed the documentation about java null needing replacement with new Pointer(). No, that's indeed something that I consider as a "bug". It should (in the...
(An aside: I'll also add the `JCusparseSgemmExample` to https://github.com/jcuda/jcuda-samples/ at some point. I have a few of these samples (usually ported from the CUDA samples) that should sooner or later...
The null checks for all parameters called `externalBuffer.*` are now omitted as of https://github.com/jcuda/jcusparse/commit/9e7808d7c40b7478f3683bfc747e57968c113cab According to a search in the documentation, **all** of them are device pointers, and even though...
Thanks for the heads-up! I'll try to schedule an update. (Maybe @corepointer also wants to be notified here - I'm still unsure about the best approach for that GLIBC issue...