[llvm-dev] OpenMP 4.x Target Backend

Hongbin Zheng via llvm-dev llvm-dev at lists.llvm.org
Wed May 4 09:46:32 PDT 2016


Hi Jeff,

I found the information from
https://github.com/clang-omp/OffloadingDesign is useful. For LLVM
Backend in general, you may want to have a look at
http://llvm.org/docs/CodeGenerator.html

Thanks
Hongbin

On Wed, May 4, 2016 at 9:07 AM, Jeff E via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I am looking to develop an LLVM backend for an accelerator architecture. The
> end goal is the have this backend integrated into LLVM as a accelerator
> target for OpenMP 4.x for compute intensive code sections.
>
> I hoping that someone on the list could point me to some documentation
> and/or code examples of how this integration is done?
>
> Thanks!
>
> J
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>


More information about the llvm-dev mailing list