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 65c9a90 commit 4301e10Copy full SHA for 4301e10
ggml/src/ggml-vulkan/ggml-vulkan.cpp
@@ -1455,6 +1455,7 @@ class vk_perf_logger {
1455
if (timings.size() > 0) {
1456
ss << "Total time: " << total_all_op_times / 1000.0 << " us." << std::endl;
1457
}
1458
+ ss << std::endl;
1459
GGML_LOG_DEBUG("%s", ss.str().c_str());
1460
1461
@@ -1505,8 +1506,8 @@ class vk_perf_logger {
1505
1506
ss << "Total operation types: " << operation_groups.size() << std::endl;
1507
ss << "Total variations: " << triplet_timings.size() << std::endl;
1508
ss << std::endl;
- } catch (...) {
1509
1510
+ } catch (...) {
1511
GGML_LOG_DEBUG("Error in triplet timing analysis - analysis skipped.\n");
1512
1513
0 commit comments