Add support for memrefs with element type as integer type
and simple test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks Denis!
mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp | ||
---|---|---|
61 | elementType.isIntOrFloat ? | |
mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp | ||
103–104 | Nit: element-type? | |
359 | So we have quite a few code blocks that are very similar here. Can we deduplicate a bit either by templates or macros? |
elementType.isIntOrFloat ?