[Mlir-commits] [mlir] [mlir][gpu] GPUToROCDL: Add C++ argument to populate allowedDialects (PR #157402)

Mehdi Amini llvmlistbot at llvm.org
Mon Sep 8 10:41:44 PDT 2025


================
@@ -10,6 +10,9 @@
 
 #include "mlir/Conversion/GPUToROCDL/Runtimes.h"
 #include "mlir/Conversion/LLVMCommon/LoweringOptions.h"
+#include "mlir/Pass/Pass.h"
+#include "llvm/ADT/DenseSet.h"
+#include <cstddef>
----------------
joker-eph wrote:

Now you're only removing something from the header, so I'm not sure why you need to add new includes?

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


More information about the Mlir-commits mailing list