Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyyever/cuda_buddy
- Owner: cyyever
- Created: 2019-12-18T12:10:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T07:51:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T03:12:15.694Z (7 days ago)
- Topics: allocator, buddy, cuda
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).