GPU Glossary
GPU Glossary
/host-software/cuda-binary-utilities
?
Something seem wrong?
Or want to contribute?

Click this button to
let us know on GitHub.

What are the CUDA Binary Utilities?

The CUDA Binary Utilities are a collection of tools for examining the contents of binaries like those output by nvcc, the NVIDIA CUDA Compiler driver .

One tool, cuobjdump, can be used to examine and manipulate the contents of entire host binaries or of the CUDA-specific cubin files that are normally embedded within those binaries.

Another, nvidisasm, is intended for manipulating cubin files. It can extract SASS assembler and manipulate it, e.g. constructing control flow graphs and mapping assembly instructions to lines in CUDA program files.

You can find their documentation here .

Modal LogoBuilding on GPUs? We know a thing or two about it.

Modal is an ergonomic Python SDK wrapped around a global GPU fleet. Deploy serverless AI workloads instantly without worrying about quota requests, driver compatibility issues, or managing bulky ML dependencies.

Deploy on GPUs