[Openmp-commits] [PATCH] D134565: [OpenMP][Offload] Initial patch for Level Zero plugin

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 23 13:54:28 PDT 2022


hbae created this revision.
hbae added reviewers: RaviNarayanaswamy, ye-luo.
hbae added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
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 Level Zero plugin for Intel devices.
It is buildable when system has the latest Level Zero Loader. More details
about Level Zero Loader is available at
https://github.com/oneapi-src/level-zero/releases.

The plugin is not functional at this time since it relies on custom
compilation tool chain. We would like your initial feedback so that we can
make better progress with the ongoing upstream efforts.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134565

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/level0/CMakeLists.txt
  openmp/libomptarget/plugins/level0/src/rtl-trace.h
  openmp/libomptarget/plugins/level0/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134565.462586.patch
Type: text/x-patch
Size: 304380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220923/b5b1a1e2/attachment-0001.bin>


More information about the Openmp-commits mailing list