Add Aparapi (#881)

This commit is contained in:
shathor
2020-09-21 11:26:02 +02:00
committed by GitHub
parent 220a0bdd62
commit a78db115d3

View File

@ -677,6 +677,7 @@ _Tools that monitor applications in production._
_For working with platform-specific native libraries._
- [Aparapi](https://github.com/Syncleus/aparapi) - Converts bytecode to OpenCL which allows execution on GPUs.
- [JavaCPP](https://github.com/bytedeco/javacpp) - Provides efficient and easy access to native C++.
- [JNA](https://github.com/java-native-access/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
- [JNR](https://github.com/jnr/jnr-ffi) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming [Project Panama](http://openjdk.java.net/projects/panama).