Profiler - Modify metrics
Remove occupancy metrics and replace with OccupancyPercent Add OCCUPANCY_PERCENT which uses OccupancyPercent Add GR_ENGINE_ACTIVE which uses GPU_UTIL/100 Add TENSOR_ACTIVE_PERCENT which uses MfmaUtil Modify FLOPS_64 to use FP64_ACTIVE Change-Id: I5f30d77a0c80f5ac78abd1a9e57f8a0a3c6cc00b Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
Αυτή η υποβολή περιλαμβάνεται σε:
+3
-3
@@ -204,10 +204,10 @@ E.g. Correct output on MI300 using [gpu-burn](https://github.com/ROCm/HIP-Exampl
|
||||
export HSA_TOOLS_LIB=/opt/rocm/lib/librocprofiler64.so.1
|
||||
gpu-burn
|
||||
# terminal 3
|
||||
rdci dmon -u -e 800,801,803 -i 0 -c 1
|
||||
rdci dmon -u -e 800,801 -i 0 -c 1
|
||||
# output:
|
||||
# GPU MN_OCC_PER_CU MN_OCC_PER_ACT_CU ACTIVE_WAVES
|
||||
# 0 1683.422 6479.242 32640.000
|
||||
# GPU OCCUPANCY_PERCENT ACTIVE_WAVES
|
||||
# 0 001.000 32640.000
|
||||
|
||||
### `HSA_STATUS_ERROR_OUT_OF_RESOURCES`
|
||||
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user