summaryrefslogtreecommitdiff
path: root/lang/pocl/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pocl.Koop Mast2016-11-213-0/+136
Portable OpenCL aims to be an efficient open source (MIT-licensed) implementation of the OpenCL 1.2 standard. pocl uses Clang as an OpenCL C frontend and LLVM for the kernel compiler implementation, and as a portability layer. Thus, if your desired target has an LLVM backend, it should be able to get OpenCL support easily by using pocl. PR: 171914 Submitted by: O.Hartmann <ohartmann@walstatt.org> (based on)