intel / pti-gpu

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
MIT License
198 stars 52 forks source link

[Warning] Unable to get GEN binary #63

Open LizzieOneDay opened 5 months ago

LizzieOneDay commented 5 months ago

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 size is not equal to sizeof(Elf64Header), ant the binary size of case gemm is 9416. Could you please help about this problem?

Best Regards

mschilling0 commented 5 months ago

Hi @LizzieOneDay, can you try again with the latest commit? We pushed a fix.

LizzieOneDay commented 5 months ago

Hi @mschilling0 , I tried the latest commit, but the elf_parser.GetGenBInary() still return the igc_binary with size 0.