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

Profiling Tools Interfaces for GPU (PTI for GPU) is a set of Getting Started Documentation and Tools Library to start performance analysis on Intel(R) Processor Graphics easily

Results 62 pti-gpu issues
Sort by recently updated
recently updated
newest added

Currently OneProf reported statistic per instance. Can you please add aggregation per kernel ?

With latest code, run into code dumped error when using oneprof - command i use: `oneprof --kernel-metrics -o memory.csv ./a.out` - Issue ``` a.out: /pti-gpu/tools/oneprof/finalizer.h:686: std::vector Finalizer::MakeCache(): Assertion `time_id <...

Issue Description: set a output file for oneprof, and the output file path contains ".", e.g. "dir.test/test.log", oneprof would not work. > /oneprof -q -o out.txt/test.log ./ze_gemm > ze_gemm: /github/pti-gpu/tools/oneprof/../utils/logger.h:22:...

When "-q" option is used with Oneprof for OpenCL WLs, it does not dump any data.

I built unitrace tool on PVC machine with driver agama-ci-devel-hotfix-821.36 by default without MPI support, and then try to run this tool on a simple python script, but it always...

Hi, I was running the cl_debug_info.exe and get this warning and no kernel source and isa is printed. and I found the reason is when calling **elf_parser.GetGenBinary()** the checking binary...

Running command shown as below: `LD_PRELOAD=/home/yitian/wyt/unitrace1/pti-gpu/tools/unitrace/build/libunitrace_tool.so /home/yitian/wyt/unitrace1/pti-gpu/tools/unitrace/build/unitrace --chrome-sycl-logging --chrome-dnn-logging --chrome-call-logging --chrome-kernel-logging --chrome-device-logging python test.py ` And here comes the segment fault: ![image](https://github.com/intel/pti-gpu/assets/160441362/b33c8a34-aa8a-4c42-8673-e0adb758158b) The generated json files contain nothing. When running...

Hello, I followed the instruction (install opencl-icd and set library path to it) (llm) D:\dev\taylor\pti-gpu\tools\onetrace\build>cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_LIBRARY_PATH=D:\dev\taylor\OpenCL-ICD-Loader\install .. However the build was crashed as below: ![image](https://github.com/intel/pti-gpu/assets/25142117/dc8d0746-67e9-4850-a9dd-6488d284498f) Do...