Skip to content

Xubbbb/gpu-mem-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Memory Allocator

This project aims to implement a dynamic memory allocator for GPU. We temporarily use Buddy System algorithm to implement this project. We are still developing more features.

How to run this project?

You can just run

make build

to compile whole project. And run executable file with

cd build
./test_allocator

Clean build with

make clean

About

a gpu dynamic memory allocator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published