[llvm] [SYCL][LLVM] Adding property set I/O library for SYCL (PR #110771)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 10:55:59 PDT 2024


jhuber6 wrote:

> sycl-post-link: .bc (single) -> .bc + .prop (**Generation of data in PropertySetIO format**) 
> device-compiler/spirv-llvm-translator here to transform device code: .bc -> .image

Ideally this will be a single step once the backend target is done.

> clang-offload-wrapper: .image + .prop -> .bc (later linked with host code) (**Consumption of data in PropertySetIO format**)

I think I deleted this in community LLVM ages ago, was planning on adding it back in as an llvm tool but never got around to doing it.

https://github.com/llvm/llvm-project/pull/110771


More information about the llvm-commits mailing list