[Openmp-commits] [PATCH] D128949: [OpenMP][Offload] Initial patch for adding OpenCL plugin

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jun 30 15:00:25 PDT 2022


hbae created this revision.
hbae added reviewers: RaviNarayanaswamy, ye-luo.
hbae added a project: OpenMP.
Herald added subscribers: Naghasan, ldrumm, guansong, Anastasia, yaxunl, mgorny.
Herald added a project: All.
hbae requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

This patch contains changes for adding OpenCL plugin for Intel devices.
It is buildable when configured with OpenCL headers/ICD-loaders shipped
with Intel oneAPI toolkits (by setting LIBOMPTARGET_OCL_ROOT) but is not
functional at this time since it relies on custom compilation tool chain.
This is first of the many patches to follow for supporting Intel devices,
and we would like your feedback so we can make the necessary changes
before posting other changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128949

Files:
  openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
  openmp/libomptarget/plugins/CMakeLists.txt
  openmp/libomptarget/plugins/common/elf_common/CMakeLists.txt
  openmp/libomptarget/plugins/common/elf_common/elf_light.cpp
  openmp/libomptarget/plugins/common/elf_common/elf_light.h
  openmp/libomptarget/plugins/opencl/CMakeLists.txt
  openmp/libomptarget/plugins/opencl/src/rtl-trace.h
  openmp/libomptarget/plugins/opencl/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128949.441527.patch
Type: text/x-patch
Size: 256724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220630/ae5f7180/attachment-0001.bin>


More information about the Openmp-commits mailing list