No description
Find a file
2021-07-12 13:16:22 -04:00
examples/movie feat: moved Correlation matrix to root of project. 2017-10-21 18:47:19 -04:00
src doc: Fixed all javadocs. 2021-07-12 11:04:15 -04:00
.cz-config.js chore(commitizen): added standard commitizen files. 2017-07-28 00:09:20 -04:00
.cz.json chore(commitizen): added standard commitizen files. 2017-07-28 00:09:20 -04:00
.gitattributes fix: no longer requires manual installation of gluegen. 2017-10-17 22:00:59 -04:00
.gitignore docs(javadocs): fixed all JavaDoc errors and warnings. 2019-08-03 12:06:06 +00:00
ATTRIBUTIONS.md Copied over attributions file from main repo. 2020-09-30 15:40:36 -04:00
CHANGELOG.md Bumped snapshot version of the aparapi dependency to latest, 3.0.0. 2021-07-12 12:52:33 -04:00
CONTRIBUTING.md doc: added contributing documentation from core repo. 2021-07-12 12:53:32 -04:00
CONTRIBUTORS.md AparapiFractals - Mandelbrot explorer and benchmarks 2020-12-24 15:34:30 +01:00
LICENSE removed snapshot repo from pom and updated some informational files. 2016-10-16 16:57:32 -04:00
Notes.txt fix: no longer requires manual installation of gluegen. 2017-10-17 22:00:59 -04:00
NOTICE chore: updated dates on license header. 2018-04-23 23:18:44 -04:00
pom.xml build(release): Bumped version to new version post release as well as bumping aparapi dependency to latest snapshot version. 2021-07-12 13:16:22 -04:00
QuickReference.pdf Uploaded QuickReference guide 2011-09-14 02:12:56 +00:00
README.md build(release): preparing readme for 3.0.0 release. 2021-07-12 12:56:19 -04:00

License Maven Central Gitter

A framework for executing native Java code on the GPU.

Licensed under the Apache Software License v2

This project is a collection of examples for the Aparapi project. For more information see the Aparapi website or the QOTO GitLab repository. An up-to-date mirror of this repository is also maintained on Github.

For detailed documentation see Aparapi.com.

For support please use Gitter or the official Aparapi mailing list and Discourse forum.

Please file bugs and feature requests at QOTO GitLab; a mirror of older issues can be found at Github.

Prerequisites

The examples should run on any system as-is. For GPU acceleration support you must have OpenCL installed and a compatible graphics card.

Aparapi runs on all operating systems and platforms, however GPU acceleration support is currently provided for the following platforms: Windows 64bit, Windows 32bit, Mac OSX 64bit, Linux 64bit, and Linux 32bit.

Obtaining the Source

The official source repository for Aparapi Examples is located in the Syncleus Github repository and can be cloned using the following command.


git clone https://git.qoto.org/aparapi/aparapi-examples.git

Running

To run the examples simply checkout the git tag for the version you want to run and execute it through maven. Unless you specifically want to try the latest snapshot it is important you checkout a specific git tag instead of the master branch. To use the snapshot in the master branch you will have to manually install the core aparapi snapshot that matches it since snapshots do not appear in maven central.


git checkout v3.0.0
mvn clean package exec:java