[all-commits] [llvm/llvm-project] 36ee9a: [mlir][GPUToVulkan] Fix signature of bindMemRef fu...
Thomas via All-commits
all-commits at lists.llvm.org
Fri Aug 21 10:48:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 36ee9a322a44cfc5af0039a4a6f23de044e9f781
https://github.com/llvm/llvm-project/commit/36ee9a322a44cfc5af0039a4a6f23de044e9f781
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
M mlir/test/Conversion/GPUToVulkan/invoke-vulkan.mlir
Log Message:
-----------
[mlir][GPUToVulkan] Fix signature of bindMemRef function for f16
Binding MemRefs of f16 needs special handling as the type is not supported on
CPU. There was a bug in the type used.
Differential Revision: https://reviews.llvm.org/D86328
More information about the All-commits
mailing list