Marco Hutter
Marco Hutter
It _seems_ to resolve the `jcuda.os` and `jcuda.arch` properly and assemble the right file name. But I haven't jused Gradle so extensively yet (as mentioned in the USAGE.md file, the...
The `compile` entries already contain that `transitive = false`, so I'm not entirely sure where the difference comes into play. I'll leave this issue open for now. If others confirm...
I'll probably not be able to do the update this week, but will have some time starting mid of next week, so "stay tuned"...
The update for CUDA 11.7.0 is done. The state that is used for creating the native libraries is tagged as `version-11.7.0-RC00`, corresponding to the current state in `master`. @blueberry I...
I'll review https://github.com/jcuda/jcudnn/pull/6 ASAP. For now, it would not make sense to compile 11.7 (except for "trying out whether everything else works", maybe). I'll drop a note here when the...
I wrote a comment in the PR. The 'BasicBindingTest' is _really_ just checking whether _the `native` version of the functions exists_. Usually, calling such a function with `null`s/`0`s should cause...
A heads-up: The bug at https://github.com/jcuda/jcusparse/issues/3 has not been fixed yet, but will try to do this as soon as possible (together with investigating the current issues of cuDNN). For...
I _think_ the issue with cuDNN that caused some delays here is now ... "resolved" via https://github.com/jcuda/jcudnn/commit/5104edb30b1000934bceeb93842587133f7c0b75 @corepointer The issues that you wanted to solve in https://github.com/jcuda/jcudnn/pull/6 may have been...
Just a short ping @blueberry or @corepointer , for the case that someone wants to give that current state a try.
If you intend to upload them in the `jcuda-binaries` directory, maybe blueberry can have a look, too: He has several larger libraries built on top of JCuda, with considerable test...