Marco Hutter

Results 75 comments of Marco Hutter

First, it is not entirely clear which sample causes the error right now: - The method `cuGraphicsGLRegisterBuffer` is only called in `JCudaDriverSimpleJOGL`, `JCudaDriverSimpleLWJGL` and `JCudaDriverVolumeRendererJOGL`, and not in the unified...

Well, it's at least good to know that there *might* be an issue. The first guesses would be as usual ("Do you have the latest drivers installed" etc). But "CUDA_ERROR_OPERATING_SYSTEM"...

It would certainly be desirable to be more version-agnostic. The 1:1-correspondence between the JCuda version and the CUDA version is the reason why JCuda can, in practice, only be used...

> Something like that, and it is even better, since they distribute all versions through maven repository I see. Again, very roughly speaking, the goal would be that the end...

I gave this a shot. And ... I'm somewhat surprised that, during my first, *very* basic test ... this actually seemed to work! :-D I have created an example project...

Thanks for the detailed analysis! (I think there already was a hint somewhere about possible compatibility issues with the module system, but I didn't find it right now, and in...

I'm lacking some context here. Quickly searching for `jetified` indicates that this is related to Android...? Trying to make sense of the error message: ... jetified-jcuda-10.1.0 (jcuda-10.1.0.jar) and jetified-jcuda-10.1.0 (org.jcuda:jcuda:10.1.0)...

Again, I'm not familiar with "jetified", and may have to take a closer look at some technical details here (in order to provide more helpful answers, **iff** I can do...

Hm. I would have hesitated to update to the contents of the USAGE.md when it's not entirely clear whether this is actually working. Again, I'm not familar with Gradle, but...

The first set of tests has been converted into unit tests and added in https://github.com/jcuda/jcuda/commit/a312f1fd48334716da7479ca6f3c7fb45aba1271 . (Although, in some cases, there is no clear line of separation between a "sample"...