[llvm] [OFFLOAD] Add plugin with support for Intel oneAPI Level Zero (PR #158900)
Ross Brunton via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 04:25:57 PDT 2025
RossBrunton wrote:
@adurang I'm now getting compile errors because apparently the L0 plugin is using `ompt_device_t` . Even if it did compile, I think the issue is still present.
`OL_PLATFORM_BACKEND_LEVEL_ZERO` needs adding to `ol_platform_backend_t` and handled in all the places that it is used.
However, thinking about it, I think it might make sense to add liboffload support in another MR and keep this one focusing on libopenmp.
https://github.com/llvm/llvm-project/pull/158900
More information about the llvm-commits
mailing list