Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)