Maybe I am missing something, why there are no units available for TotalDuration? Shouldn't this be reported?
Sample table from here: https://github.com/ROCm/rocmProfileData/tree/master/examples/rocm-profile-data
| Name |
TotalCalls |
TotalDuration |
Ave |
Percentage |
| CopyHostToDevice |
2 |
157178 |
78589 |
85.460920 |
| Cijk_Ailk_Bljk_SB_MT128x64x16_MI32x32x2x1_SN_1... |
1 |
26211 |
26211 |
14.251975 |
| CopyDeviceToHost |
53 |
334 |
6 |
0.182015 |
| void at::native::(anonymous namespace)::CatArr... |
6 |
37 |
6 |
0.020182 |
| void at::native::reduce_kernel<512, 1, at::nat... |
1 |
19 |
19 |
0.010787 |
Maybe I am missing something, why there are no units available for
TotalDuration? Shouldn't this be reported?Sample table from here: https://github.com/ROCm/rocmProfileData/tree/master/examples/rocm-profile-data