From b50420a3d7be3d071ee4aa7529120237110d31bc Mon Sep 17 00:00:00 2001 From: shathor Date: Wed, 2 Sep 2020 10:55:56 +0200 Subject: [PATCH 1/2] Add Aparapi Add Aparapi - Converts Java bytecode to OpenCL allowing execution on GPUs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b966ee3..a636d4c4 100644 --- a/README.md +++ b/README.md @@ -677,6 +677,7 @@ _Tools that monitor applications in production._ _For working with platform-specific native libraries._ +- [Aparapi](https://github.com/Syncleus/aparapi) - Converts Java bytecode to OpenCL allowing 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). From 333f3dd0b4dc351b4b8f52724b249a83a7403e37 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 21 Sep 2020 11:25:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a636d4c4..4cd55e45 100644 --- a/README.md +++ b/README.md @@ -677,7 +677,7 @@ _Tools that monitor applications in production._ _For working with platform-specific native libraries._ -- [Aparapi](https://github.com/Syncleus/aparapi) - Converts Java bytecode to OpenCL allowing execution on GPUs. +- [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).