HIP
HIP copied to clipboard
Code disassembly from hiprtcGetCode
Is it possible to get the kernel disassembly (e.g. compiled with gfx908) from the output of hiprtcGetCode?
you can dump the output of hiprtcGetCode to a file and use llvm-objdump -d <file> to get isa.
@CaptnJackSparrow Is this ticket still relevant? If not, please close. Thanks!