K 10 svn:author V 3 kwm K 8 svn:date V 27 2016-11-21T14:36:51.632797Z K 7 svn:log V 424 Add pocl. 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 (based on) END