mlcommons / inference_results_v2.0

This repository contains the results and code for the MLPerf™ Inference v2.0 benchmark.
https://mlcommons.org/en/inference-datacenter-20/
Apache License 2.0
9 stars 12 forks source link

SASS code of decodeBBoxesOpt #14

Closed mahmoodn closed 1 year ago

mahmoodn commented 1 year ago

I would like to see the SASS code of a kernel called decodeBBoxesOpt_kernel via nvdisasm, but it doesn't work. According to the command below, the kernel name appears in the following files:

$ grep -r decodeBBoxesOpt_kernel build/
Binary file build/plugins/NMSOptPlugin/libnmsoptplugin.so matches
Binary file build/plugins/NMSOptPlugin/CMakeFiles/nmsoptplugin.dir/src/decodeBBoxesOpt.cu.o matches

However, I get the following error with nvdisasm

$ nvdisasm build/plugins/NMSOptPlugin/libnmsoptplugin.so
nvdisasm fatal   : build/plugins/NMSOptPlugin/libnmsoptplugin.so is not a supported Elf file

Any thoughts on that?

nv-ananjappa commented 1 year ago

@mahmoodn We can only provide support for reproducing the benchmarking results.

nv-ananjappa commented 1 year ago

@rnaidu02 Can we close this issue? Thanks.