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

[Warning] Unable to get GEN binary

Open LizzieOneDay opened this issue 1 year ago • 2 comments

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

LizzieOneDay avatar Apr 26 '24 09:04 LizzieOneDay

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

mschilling0 avatar Apr 29 '24 16:04 mschilling0

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

LizzieOneDay avatar Apr 30 '24 02:04 LizzieOneDay