Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java/aparapi: fix recent LLVM6 fallout caused by the switch to default to ↵ | Johannes M Dieterich | 2018-02-09 | 1 | -8/+9 |
| | | | | | | | | | C++14. As development of aparapi at the location referenced by the port as slowed down, set C++ standard explicitly in the internal Makefile. Ultimately, an upgrade to the more active development location is planned. Reviewed by: swills (mentor) Approved by: swills (mentor) MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D14278 | ||||
* | New port: java/aparapi | Kurt Jaeger | 2016-06-26 | 4 | -0/+195 |
aparapi is an open source API for expressing data parallel workflows in Java. Originally an AMD product, Aparapi was released to open source on September 14, 2011. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java# bytecode of compatible workloads into OpenCL# so that it can be executed on a variety of GPU devices. WWW: https://github.com/aparapi/aparapi PR: 204024 Submitted by: dieterich@ogolem.org |