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

https://github.com/feifeibear/cudamemhook


https://github.com/feifeibear/cudamemhook

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## TurboHooker : A Multiple Service CUDA Memory Manager

## Usage
`mkdir -p build && cd build && cmake ..`

run an example
`cd example`
`make run`
`env LD_PRELOAD=../build/libcuda_hooker.so python test.py`