FindHao / nv_bin_explorer

Explore CUDA binary file format for CC7.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NV Bin Explorer

It's simple tool to explore CUDA binary file in CC7.0+.

The input file is a cubin file where you can get it by -keep params when compile your CUDA C program.

com_lib.kernel_section_start_offset is the kernel section entrance. Use readelf -a ./test.cubin to get your cubin file's kernel section start offset.

execute:

python3 ./opcoder.py

About

Explore CUDA binary file format for CC7.0+

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 77.8%Language:CSS 22.2%