Units for TotalDuration
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 30
- Forks
- 16
- Avg merge
- 13d 11h
- Merged PRs (30d)
- 14
Description
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 |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the sample table in the linked rocm-profile-data example and trace where the TotalDuration column is produced. Determine the duration unit used by the profiler and define what the reported units should be; done means the output identifies that unit consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100