[Mlir-commits] [mlir] [mlir][gpu] Add the `OffloadEmbeddingAttr` offloading translation attr (PR #78117)

Fabian Mora llvmlistbot at llvm.org
Tue Feb 20 07:32:33 PST 2024


================
@@ -0,0 +1,61 @@
+//===- Offload.h - LLVM Target Offload --------------------------*- C++ -*-===//
----------------
fabianmcg wrote:

The real problem is the lack of  comprehensive support of linker sections in LLJIT, so I wouldn't say clang, or the clang-linker-wrapper are at fault. The easiest solution that I found was complying with LLJIT.
I think @jhuber6 was looking into changing the registration mechanism of LibOMPTarget binaries, so maybe we can found a solution that works for all.

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


More information about the Mlir-commits mailing list