[Mlir-commits] [mlir] [mlir][Target] Improve ROCDL gpu serialization API (PR #95456)

Fabian Mora llvmlistbot at llvm.org
Thu Jun 13 14:09:13 PDT 2024


================
@@ -27,6 +27,62 @@ namespace ROCDL {
 /// 5. Returns an empty string.
 StringRef getROCMPath();
 
+/// Helper class for specifying the AMD GCN device libraries required for
+/// compilation.
+class AMDGCNLibraryList {
----------------
fabianmcg wrote:

I was trying to avoid going to tablegen for such a small class, but I'll switch it.

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


More information about the Mlir-commits mailing list