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

Ravi Narayanaswamy via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 26 13:29:31 PDT 2022


RaviNarayanaswamy added a comment.

In D134565#3812623 <https://reviews.llvm.org/D134565#3812623>, @jhuber6 wrote:

> In D134565#3812616 <https://reviews.llvm.org/D134565#3812616>, @tianshilei1992 wrote:
>
>> We currently have a new plugin interface https://reviews.llvm.org/D134396, and the use of `libelf` is expected to go away.
>
> The `libelf` dependency has already been removed in LLVM, we only use LLVM's libraries now.

We are aware of the removal of libelf dependency.  The preparation for this posting was done before the removal of libelf, we did not have enough time to reflect this change in the level_zero plugin.  
Appreciate all the feedback so we can address them in the next update for review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134565/new/

https://reviews.llvm.org/D134565



More information about the Openmp-commits mailing list