HIP icon indicating copy to clipboard operation
HIP copied to clipboard

Code disassembly from hiprtcGetCode

Open CaptnJackSparrow opened this issue 3 years ago • 1 comments

Is it possible to get the kernel disassembly (e.g. compiled with gfx908) from the output of hiprtcGetCode?

CaptnJackSparrow avatar Apr 07 '22 05:04 CaptnJackSparrow

you can dump the output of hiprtcGetCode to a file and use llvm-objdump -d <file> to get isa.

cjatin avatar Jan 15 '24 11:01 cjatin

@CaptnJackSparrow Is this ticket still relevant? If not, please close. Thanks!

ppanchad-amd avatar Apr 04 '24 15:04 ppanchad-amd