pti-gpu icon indicating copy to clipboard operation
pti-gpu copied to clipboard

How to get L3_BYTE_READ metrics

Open FMarno opened this issue 1 year ago • 2 comments

In the README the metrics for a csv are queried here: https://github.com/intel/pti-gpu/blob/master/tools/unitrace/README.md#list-contents-of-the-metric-data-file Two of the metrics listed for that file are L3_BYTE_READ[bytes] and L3_BYTE_WRITE[bytes]. These are metrics I would like to use in my own work, but are not listed in any of the metric-groups for me.

I've checked the output of unitrace --metric-list and these are no present. I've attached the output I see from unitrace --metric-list metric_list.txt.

I imagine the metric list is being queried from another system (level zero maybe?) so I'm probably on the wrong version of something, but I don't know what. Any help would be greatly appreciated.

FMarno avatar Nov 21 '24 16:11 FMarno

@FMarno Looks like you are using a driver that does not gave these metrics exposed. Can you please share your driver version?

zma2 avatar Dec 10 '24 21:12 zma2

@zma2 I'm not sure which driver you are referring to, level-zero? Do you know how I can get that information? Does this help? (taken from sycl-ls --verbose)

Platform [#1]:
    Version  : 1.6
    Name     : Intel(R) oneAPI Unified Runtime over Level-Zero
    Vendor   : Intel(R) Corporation
    Devices  : 1
        Device [#0]:
        Type              : gpu
        Version           : 12.60.7
        Name              : Intel(R) Data Center GPU Max 1100
        Vendor            : Intel(R) Corporation
        Driver            : 1.6.31727

FMarno avatar Jan 08 '25 11:01 FMarno

@FMarno have you tried the latest driver?

zma2 avatar Jul 14 '25 22:07 zma2

Thank you, but I'm no longer working on a project where this would be helpful.

FMarno avatar Jul 24 '25 18:07 FMarno

Hello! I have the same issue trying to set up VTune profiler. I have dev.i915.perf_stream_paranoid set to 0 and I am using the latest rolling 2523.12 driver with the Max 1100 Datacenter GPU. What else do I need to get these metrics?

kwasd avatar Aug 04 '25 08:08 kwasd