https://github.com/cyyever/cuda_buddy
https://github.com/cyyever/cuda_buddy
allocator buddy cuda
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyyever/cuda_buddy
- Owner: cyyever
- Created: 2019-12-18T12:10:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T07:51:30.000Z (about 5 years ago)
- Last Synced: 2026-03-10T10:49:40.560Z (3 months ago)
- Topics: allocator, buddy, cuda
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- 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).