Binding MemRefs of f16 needs special handling as the type is not supported on CPU. There was a bug in the type used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D86328
[mlir][GPUToVulkan] Fix signature of bindMemRef function for f16 ClosedPublic Authored by ThomasRaoux on Aug 20 2020, 8:13 PM.
Details Summary Binding MemRefs of f16 needs special handling as the type is not supported on CPU. There was a bug in the type used.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 21 2020, 9:45 AM Closed by commit rG36ee9a322a44: [mlir][GPUToVulkan] Fix signature of bindMemRef function for f16 (authored by ThomasRaoux). · Explain WhyAug 21 2020, 10:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 287063 mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
mlir/test/Conversion/GPUToVulkan/invoke-vulkan.mlir
|