feat: add CLI flag to control communication and computation logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user