OSDN Git Service

[mlir][vulkan-runner] Minor fix in timestamp flag for vulkan runner.
authorThomas Raoux <thomasraoux@google.com>
Wed, 20 May 2020 01:56:48 +0000 (18:56 -0700)
committerThomas Raoux <thomasraoux@google.com>
Wed, 20 May 2020 01:56:48 +0000 (18:56 -0700)
commit92577e6a0f7380f91387c04106b8aed0fe40cc8b
treebe32bee2c3690c365730c7327db7b5af44ad72c7
parenta45fb1942fc5d21dfcdc37b99ab98778d3b16b79
[mlir][vulkan-runner] Minor fix in timestamp flag for vulkan runner.

The first timestamp query should use VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT.

Differential Revision: https://reviews.llvm.org/D80183
mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp