feat: add CLI flag to control communication and computation logging

This commit is contained in:
DaninPower
2025-08-02 12:55:12 +00:00
parent e00cef66ac
commit 96191d3b6f
6 changed files with 36 additions and 6 deletions
+3
View File
@@ -381,6 +381,9 @@ extern "C" {
// Tensor dumping path - if provided, network communication tensors will be dumped
const char * dump_folder;
// Enable/disable communication and computation logging for gantt chart analysis
bool enable_comm_compute_log;
};
// model quantization parameters