feat: add args to allow user can control the communication datatype
This commit is contained in:
+3
-1
@@ -394,9 +394,11 @@ 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;
|
||||
|
||||
const char * comm_datatype;
|
||||
};
|
||||
|
||||
// model quantization parameters
|
||||
|
||||
Reference in New Issue
Block a user