2 unstable releases
0.2.0 | Oct 16, 2023 |
---|---|
0.1.0 | Oct 16, 2023 |
#35 in #manipulate
21KB
449 lines
fatbinary
Rust library to manipulate CUDA fatbinary format. Also provides utility to mimic the (partial) behavior of fatbinary
and cuobjdump
provided by CUDA.
Acknowledgements
The library is inspired by:
lib.rs
:
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].
Dependencies
~3MB
~59K SLoC