This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vulkan-runner] Minor fix in timestamp flag for vulkan runner.
ClosedPublic

Authored by ThomasRaoux on May 18 2020, 9:42 PM.

Details

Summary

The first timestamp query should use VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT.

Diff Detail

Event Timeline

ThomasRaoux created this revision.May 18 2020, 9:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2020, 9:42 PM
antiagainst accepted this revision.May 19 2020, 6:03 AM

Thanks for catching and fixing this, Thomas!

This revision is now accepted and ready to land.May 19 2020, 6:03 AM
This revision was automatically updated to reflect the committed changes.