Expand description
fatbinary crate: parse and manipulate fatbinary files
You can use FatBinary struct to open or create fatbinary files. Fatbinary contains multiple entries containing ELF or PTX files, and each entry can be accessed via FatBinaryEntry.
Structs§
- FatBinary
- A fatbinary file
- FatBinary
Entry - A fatbinary entry
- FatBinary
Entry Header
Enums§
- FatBinary
Error - Errors from fatbinary crate