[Mlir-commits] [mlir] [mlir][Target] Improve ROCDL gpu serialization API (PR #95456)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Jun 13 15:09:50 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 {
----------------
krzysz00 wrote:
It's more that there's a lot of common infrastructure around these sorts of flag enums (including, say, printing them) that can be autogenerated. And it'll be useful to have if someone ever wants to put this as an attribute somewhere
https://github.com/llvm/llvm-project/pull/95456
More information about the Mlir-commits
mailing list