Hello, When I run this command $ ./bin/SimAI_analytical -w example/workload_analytical.txt -g 1024 -g_p_s 8 -r results/test- -busbw example/busbw.yaml, I can not find the description file for workload_analytical.txt. I don't know the meaning of the parameters in the file and the meaning of the running results. Can you write a description file containing the meaning of the parameters and the meaning of the running results?
The running results are as follows:
Layer id: optimizer3
Total collectives issued for this layer: 0
************************* Workload stats ************************* optimizer3
id: optimizer3 ,Total cycles spent on fwd pass compute: 0
id: optimizer3 ,Total cycles spent on weight grad compute: 0
id: optimizer3 ,Total cycles spent on input grad compute: 0
id: optimizer3 ,Total cycles spent idle waiting for fwd finish: 0
id: optimizer3 ,Total cycles spent idle waiting for weight grad finish: 0
id: optimizer3 ,Total cycles spent idle waiting for input grad finish: 0
id: optimizer3 ,Total cycles spent on fwd pass comm: 0
id: optimizer3 ,Total cycles spent on weight grad comm: 0
id: optimizer3 ,Total cycles spent on input grad comm: 0
*******************
Layer id: optimizer4
Total collectives issued for this layer: 0
************************* Workload stats ************************* optimizer4
id: optimizer4 ,Total cycles spent on fwd pass compute: 0
id: optimizer4 ,Total cycles spent on weight grad compute: 0
id: optimizer4 ,Total cycles spent on input grad compute: 0
id: optimizer4 ,Total cycles spent idle waiting for fwd finish: 0
id: optimizer4 ,Total cycles spent idle waiting for weight grad finish: 0
id: optimizer4 ,Total cycles spent idle waiting for input grad finish: 0
id: optimizer4 ,Total cycles spent on fwd pass comm: 0
id: optimizer4 ,Total cycles spent on weight grad comm: 0
id: optimizer4 ,Total cycles spent on input grad comm: 0
HTML file created
*************************
all passes finished at time: 7213233676, id of first layer: grad_gather
path to create csvs is: results/test-
success in openning file
*****
Time to exit: Thu Oct 31 11:14:03 2024
all-reduce Collective implementation: ncclRingFlowModel
reduce-scatter Collective implementation: ncclRingFlowModel
all-gather Collective implementation: ncclRingFlowModel
all-to-all Collective implementation: direct
Collective optimization: baseline
Total sim duration: 0:0 hours
Total streams injected: 0
Total streams finished: 0
Percentage of finished streams: -nan %
*****
SimAI-Analytical finished.
Hello, When I run this command
$ ./bin/SimAI_analytical -w example/workload_analytical.txt -g 1024 -g_p_s 8 -r results/test- -busbw example/busbw.yaml
, I can not find the description file for workload_analytical.txt. I don't know the meaning of the parameters in the file and the meaning of the running results. Can you write a description file containing the meaning of the parameters and the meaning of the running results?The running results are as follows: