Marco Hutter

Results 75 comments of Marco Hutter

I'm not entirely sure what the benefit of that would be. Whatever program that is: The build will fail on Mac, and that's "fine", because it will not *run* on...

The update for CUDA 11.8.0 has been done. The native libraries for Linux should be built based on the tag `version-11.8.0-RC00`, which is currently the same as the `master` state....

Sure, this makes sense. You could try out whether `mvn clean package` generates the desired empty JARs on Mac. (I could probably also do this, by manually overriding the properties...

I have (hopefully) "prepared" that, insofar that I have wrapped the loading of the actual libraries into a wrapper that checks whether the OS is "APPLE", and throws an exception...

Thanks for the binaries (and the heads-up about CUDA 12). I'll try to do the release of 11.8 before the holidays (cannot promise, but will try). And ... \*sigh\* ......

JCuda 11.8.0 is on its way into Maven Central, and should soon be available under the usual coordinates: ``` org.jcuda jcuda 11.8.0 org.jcuda jcublas 11.8.0 org.jcuda jcufft 11.8.0 org.jcuda jcusparse...

@blueberry If you had a chance to try out 11.8.0, I assume that there are no issues. I'll still leave this open for a while, because the update for CUDA...

Two short notes: - JCuda 10.1.0 should work with CUDA 10.1 on windows. The Maven coordinates are listed in https://github.com/jcuda/jcuda-main/issues/29#issuecomment-497297935 - There are tags for each release. For example, the...

Regarding the `CUDA_cuDNN_LIBRARY` part: In order to compile JCuda, you also need cuDNN from https://developer.nvidia.com/cudnn . Yes, it's for registered developers only. Yes, this is a nuisance. If you don't...

I think the linked forum question mainly refers to `cudaHostAlloc` having some limits on the CUDA side. Even if it accepts a `long` value, and even if you have 32GB...