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

https://github.com/cyyever/cuda_buddy


https://github.com/cyyever/cuda_buddy

allocator buddy cuda

Last synced: about 1 month 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).