https://github.com/jiegec/fatbinary
Rust library to manipulate CUDA fatbinary format
https://github.com/jiegec/fatbinary
Last synced: over 1 year ago
JSON representation
Rust library to manipulate CUDA fatbinary format
- Host: GitHub
- URL: https://github.com/jiegec/fatbinary
- Owner: jiegec
- License: mit
- Created: 2023-10-16T00:32:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T15:10:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T06:33:56.278Z (over 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fatbinary
Rust library to manipulate CUDA fatbinary format. Also provides utility to mimic the (partial) behavior of `fatbinary` and `cuobjdump` provided by CUDA.
[](https://crates.io/crates/fatbinary)
## Acknowledgements
The library is inspired by:
- [n-eiling/cuda-fatbin-decompression](https://github.com/n-eiling/cuda-fatbin-decompression)