Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A framework for executing native Java code on the GPU.

License

NotificationsYou must be signed in to change notification settings

Syncleus/aparapi-examples

Repository files navigation

LicenseMaven CentralGitter

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 Aparapiwebsite or theQOTO GitLab repository. An up-to-date mirror of this repository is also maintained onGithub.

For detailed documentation seeAparapi.com.

For support please useGitter or theofficial Aparapi mailing list and Discourse forum.

Please file bugs and feature requests atQOTO GitLab; a mirror of older issues can be found atGithub.

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 thefollowing 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 youspecifically want to try the latest snapshot it is important you checkout a specific git tag instead of the masterbranch. To use the snapshot in the master branch you will have to manually install the core aparapi snapshot thatmatches it since snapshots do not appear in maven central.

git checkout v3.0.0mvn clean package exec:java

[8]ページ先頭

©2009-2025 Movatter.jp