Skip to content
Snippets Groups Projects
Commit 8a306d21 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

build(dependencies): bumped JNI dependency to 1.4.0 and updated changelog.

parent 9d14a78a
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,11 @@
## 1.9.0
* (JNI) Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
* Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
* Significant speed-up on discrete GPUs with dedicated memory - OpenCLDevice.setSharedMemory(false)
* (JNI) Aparapi now supports efficient execution on discrete GPU and other devices with dedicated memory
* Now supports efficient execution on discrete GPU and other devices with dedicated memory
* Support for OpenCLDevice configurator/configure API
* (JNI) Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
## 1.8.0
* Updated KernelManager to facilitate class extensions having constructors with non static parameters
......
......@@ -87,7 +87,7 @@
<dependency>
<groupId>com.aparapi</groupId>
<artifactId>aparapi-jni</artifactId>
<version>1.3.1</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment