We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e23841 commit 9c479dfCopy full SHA for 9c479df
ggml/src/ggml-vulkan/ggml-vulkan.cpp
@@ -839,7 +839,7 @@ class vk_perf_logger {
839
for (const auto& time : t.second) {
840
total += time;
841
}
842
- std::cerr << t.first << ": " << t.second.size() << " x " << (total / t.second.size() / 1000.0) << " ms" << std::endl;
+ std::cerr << t.first << ": " << t.second.size() << " x " << (total / t.second.size() / 1000.0) << " us" << std::endl;
843
844
845
timings.clear();
0 commit comments