Merge pull request #48 from AMDResearch/36-update-l1-bw-calculations
Update L1D BW calculations
[ROCm/rocprofiler-compute commit: 80b03bc8a5]
This commit is contained in:
@@ -130,6 +130,12 @@ Panel Config:
|
|||||||
/ $denom))
|
/ $denom))
|
||||||
unit: (Req + $normUnit)
|
unit: (Req + $normUnit)
|
||||||
tips:
|
tips:
|
||||||
|
Cache BW:
|
||||||
|
avg: AVG(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
min: MIN(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
max: MAX(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
unit: GB/s
|
||||||
|
tips:
|
||||||
Cache Accesses:
|
Cache Accesses:
|
||||||
avg: AVG((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
avg: AVG((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
||||||
min: MIN((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
min: MIN((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
||||||
|
|||||||
@@ -130,6 +130,12 @@ Panel Config:
|
|||||||
/ $denom))
|
/ $denom))
|
||||||
unit: (Req + $normUnit)
|
unit: (Req + $normUnit)
|
||||||
tips:
|
tips:
|
||||||
|
Cache BW:
|
||||||
|
avg: AVG(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
min: MIN(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
max: MAX(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
unit: GB/s
|
||||||
|
tips:
|
||||||
Cache Accesses:
|
Cache Accesses:
|
||||||
avg: AVG((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
avg: AVG((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
||||||
min: MIN((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
min: MIN((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
||||||
|
|||||||
@@ -130,6 +130,12 @@ Panel Config:
|
|||||||
/ $denom))
|
/ $denom))
|
||||||
unit: (Req + $normUnit)
|
unit: (Req + $normUnit)
|
||||||
tips:
|
tips:
|
||||||
|
Cache BW:
|
||||||
|
avg: AVG(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
min: MIN(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
max: MAX(((TCP_TOTAL_CACHE_ACCESSES_sum * 64) / (EndNs - BeginNs)))
|
||||||
|
unit: GB/s
|
||||||
|
tips:
|
||||||
Cache Accesses:
|
Cache Accesses:
|
||||||
avg: AVG((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
avg: AVG((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
||||||
min: MIN((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
min: MIN((TCP_TOTAL_CACHE_ACCESSES_sum / $denom))
|
||||||
|
|||||||
مرجع در شماره جدید
Block a user