[PATCH] D75531: [mlir][vulkan-runner] Add basic timing for compute pipeline
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 09:40:08 PST 2020
rriddle added inline comments.
================
Comment at: mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp:17
+#include <chrono>
+#include <iostream>
+
----------------
LLVM forbids the use of iostream.
https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75531/new/
https://reviews.llvm.org/D75531
More information about the llvm-commits
mailing list