Philipp Dörfler

Results 68 comments of Philipp Dörfler

@bheisler I'm still fairly new to CUDA so please excuse me if this makes little sense: I'd love to see support for using tensor cores in RustaCUDA. My current project...

I second this. It does not appear to work on my Nexus 7 either: This is the error I get when I try to use the library on my old...

As a workaround, I let it create a peer config for .1 and then I went and disabled it and added a comment "dummy for mikrotik-auto-wireguard". Ain't pretty, but it...

You use a java decompiler on the resulting byte code, sacrifice a goat on a full moon and pray to the gods of Alpacas.

@tcullum-gpsw Nope unfortunately I did not but went back to the frustration that is Cython instead

I know of basically three viable approaches to calling native code from the JVM (which Scala runs on): - JNA: https://github.com/java-native-access/jna (modern and convenient, this is similar to Python's ctypes)...

Also see xmls: https://index.scala-lang.org/flowtick/xmls/xmls/0.1.11?target=_2.13

@virusdave that sounds very promising! If you can find some spare time to dig that out, I'd appreciate it, thanks!