Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyyever/cuda_buddy


https://github.com/cyyever/cuda_buddy

allocator buddy cuda

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

#

A thread safe CUDA memory allocator implements [the buddy algorithm](https://dl.acm.org/citation.cfm?id=365655).
The implementation is based on [云风](https://github.com/cloudwu/buddy).