Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/fatbinary
Rust library to manipulate CUDA fatbinary format
https://github.com/jiegec/fatbinary
Last synced: 3 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T15:10:32.000Z (over 1 year ago)
- Last Synced: 2024-10-26T22:48:34.867Z (3 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 7
- 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.
[![crates.io](https://img.shields.io/crates/v/fatbinary.svg)](https://crates.io/crates/fatbinary)
## Acknowledgements
The library is inspired by:
- [n-eiling/cuda-fatbin-decompression](https://github.com/n-eiling/cuda-fatbin-decompression)