[Mlir-commits] [llvm] [mlir] [mlir][spirv] Support `gpu` in `convert-to-spirv` pass (PR #105010)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Aug 20 08:54:55 PDT 2024
================
@@ -79,6 +80,7 @@ struct ConvertToSPIRVPass final
arith::populateArithToSPIRVPatterns(typeConverter, patterns);
populateBuiltinFuncToSPIRVPatterns(typeConverter, patterns);
populateFuncToSPIRVPatterns(typeConverter, patterns);
+ populateGPUToSPIRVPatterns(typeConverter, patterns);
----------------
kuhar wrote:
Just to make sure, do these include patterns for other dialect than gpu, or is it only the case for the spirv-to-gpu pass?
https://github.com/llvm/llvm-project/pull/105010
More information about the Mlir-commits
mailing list