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

Jan Leyonberg llvmlistbot at llvm.org
Thu Feb 15 09:47:57 PST 2024


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

It seems like this is doing the same kind of work that the OffloadInfoManager is doing. Would it be possible to refactor that to not have to add this class?

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


More information about the Mlir-commits mailing list