[PATCH] D94961: [OpenMP] Add OpenMP offloading toolchain skeleton for AMDGPU
Pushpinder Singh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 03:45:25 PST 2021
pdhaliwal created this revision.
pdhaliwal added reviewers: jdoerfert, grokos, JonChesterfield, ronlieb, ABataev.
Herald added subscribers: kerbowa, guansong, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
pdhaliwal requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1, wdng.
Herald added a project: clang.
This patch adds AMDGPUOpenMPToolChain for supporting OpenMP
offloading to AMD GPU's.
This is the first patch in the series which provides the basic
skeleton, few of the methods are marked as llvm_unreachable to
keep it simple as next patch will implement those.
Originally authored by Greg Rodgers
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94961
Files:
clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
clang/lib/Driver/ToolChains/AMDGPUOpenMP.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94961.317514.patch
Type: text/x-patch
Size: 8041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210119/ae6de50a/attachment.bin>
More information about the cfe-commits
mailing list