ROCm / ROCm/rocmProfileData

Units for TotalDuration

Open
#69 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.