This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vulkan-runner] Add support for 2D memref.
ClosedPublic

Authored by denis13 on Mar 24 2020, 3:37 PM.

Details

Summary

This patch adds support for 2D memref in mlir-vulkan-runner.

Diff Detail

Event Timeline

denis13 created this revision.Mar 24 2020, 3:37 PM
Herald added a project: Restricted Project. · View Herald Transcript
antiagainst accepted this revision.Mar 26 2020, 12:31 PM

Nice, thanks!

mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
102

This is similar enough with the above; but we only have two instance here so I'm fine with it atm. Might want to dedup by having a function later if there are more cases.

This revision is now accepted and ready to land.Mar 26 2020, 12:31 PM
denis13 marked an inline comment as done.Mar 26 2020, 1:43 PM
denis13 added inline comments.
mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
102

oops, I see, thanks!

This revision was automatically updated to reflect the committed changes.