[Mlir-commits] [mlir] [mlir][gpu] GPUToROCDL/NVVM: use generic llvm conversion interface instead of hardcoded conversions. (PR #124439)

Jakub Kuderski llvmlistbot at llvm.org
Sat Feb 8 09:43:41 PST 2025


================
@@ -218,6 +215,11 @@ struct LowerGpuOpsToROCDLOpsPass
       this->runtime = runtime;
   }
 
+  void getDependentDialects(DialectRegistry &registry) const override final {
----------------
kuhar wrote:

Also here

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


More information about the Mlir-commits mailing list