You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: