Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Aparapi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luis Mendes
Aparapi
Commits
8a306d21
Commit
8a306d21
authored
6 years ago
by
Jeffrey Phillips Freeman
Browse files
Options
Downloads
Patches
Plain Diff
build(dependencies): bumped JNI dependency to 1.4.0 and updated changelog.
parent
9d14a78a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-4
2 additions, 4 deletions
CHANGELOG.md
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
3 additions
and
5 deletions
CHANGELOG.md
+
2
−
4
View file @
8a306d21
...
...
@@ -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 n
ow supports efficient execution on discrete GPU and other devices with dedicated memory
*
N
ow 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
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
8a306d21
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment