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 | ||
---|---|---|
62 | elementType.isIntOrFloat ? | |
mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp | ||
103 | Nit: element-type? | |
370 | 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 ?