LLVM/project bfb2ce0mlir/lib/Conversion/GPUToVulkan ConvertLaunchFuncToVulkanCalls.cpp ConvertGPULaunchFuncToVulkanLaunchFunc.cpp, mlir/test/Conversion/GPUToVulkan invoke-vulkan.mlir

[mlir][vulkan-runner] Use C-compatible wrapper emission.

A memref argument is converted into a pointer-to-struct argument
of type `{T*, T*, i64, i64[N], i64[N]}*` in the wrapper function,
where T is the converted element type and N is the memref rank.

Differential Revision: https://reviews.llvm.org/D76059
DeltaFile
+115-104mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
+28-17mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp
+15-2mlir/test/Conversion/GPUToVulkan/invoke-vulkan.mlir
+4-4mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
+3-1mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
+1-1mlir/tools/mlir-vulkan-runner/VulkanRuntime.h
+166-1296 files

UnifiedSplitRaw