[all-commits] [llvm/llvm-project] bfb2ce: [mlir][vulkan-runner] Use C-compatible wrapper emi...

Denis Khalikov via All-commits all-commits at lists.llvm.org
Tue Mar 17 04:54:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bfb2ce025639a5c8012782eb38ced2c5a522d15b
      https://github.com/llvm/llvm-project/commit/bfb2ce025639a5c8012782eb38ced2c5a522d15b
  Author: Denis Khalikov <khalikov.denis at huawei.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
    M mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
    M mlir/test/Conversion/GPUToVulkan/invoke-vulkan.mlir
    M mlir/tools/mlir-vulkan-runner/VulkanRuntime.h
    M mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
    M mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list