search for: cppamp

Displaying 2 results from an estimated 2 matches for "cppamp".

Did you mean: clamp
2015 May 14
2
[LLVMdev] Generating C code using LLVM
Hi, Thanks for the response. On Thu, May 14, 2015 at 5:06 PM, mats petersson <mats at planetcatfish.com> wrote: > From what input? Usually Clang is the tool for "rewriting C" (making > source to source conversions), but it's not clear if that's what you are > trying to achieve, so some more information would be useful. > I have successfully generated AST
2015 May 13
7
[LLVMdev] [PATCH][RFC] HSAIL Target
...committed, but at this point I think it is ready for others to start providing feedback on areas where I should be focusing to get there. With the current set of features this HSAIL backend is able to execute C++AMP programs by following the directions here: https://bitbucket.org/multicoreware/cppamp-driver-ng/wiki/HSA%20Support%20Status. Over time, we intend to evolve to a full C++17 compiler on the LLVM HSAIL back end with the ability to target the GPU for parallel regions. Other languages will also use this path over time. One noteworthy difference from how other targets are structured i...