[all-commits] [llvm/llvm-project] acb782: [mlir][vulkan-runner] Fix buffer usage flags
Kévin Petit via All-commits
all-commits at lists.llvm.org
Wed Oct 14 08:30:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: acb7827d6217000541c5c0ce2b03049e4f49d23f
https://github.com/llvm/llvm-project/commit/acb7827d6217000541c5c0ce2b03049e4f49d23f
Author: Kevin Petit <kevin.petit at arm.com>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp
Log Message:
-----------
[mlir][vulkan-runner] Fix buffer usage flags
The buffers are used as source or destination of transfer commands
so always add VK_BUFFER_USAGE_TRANSFER_{DST,SRC}_BIT to their usage
flags.
Signed-off-by: Kevin Petit <kevin.petit at arm.com>
More information about the All-commits
mailing list