[Mlir-commits] [mlir] [mlir][spirv] Add mgpu* wrappers for Vulkan runtime, migrate some tests (PR #123114)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Jan 16 07:24:22 PST 2025
================
@@ -517,6 +517,11 @@ def GpuToLLVMConversionPass : Pass<"gpu-to-llvm", "ModuleOp"> {
/*default=*/"false",
"Use bare pointers to pass memref arguments to kernels. "
"The kernel must use the same setting for this option."
+ >,
+ Option<"typeCheckKernelArgs", "type-check-kernel-args", "bool",
+ /*default=*/"false",
+ "Require all kernel arguments to be memrefs of rank 1 and with a "
+ "32-bit element size."
----------------
kuhar wrote:
This reads to me like a temporary thing -- should we link to an issue that explains the next steps?
https://github.com/llvm/llvm-project/pull/123114
More information about the Mlir-commits
mailing list