tREADME.md - cuda-memscrub - scrubs the global device memory of CUDA GPUs
(HTM) git clone git://src.adamsgaard.dk/cuda-memscrub
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tREADME.md (559B)
---
1 cuda-memscrub
2 =============
3
4 Utility for overwritting values in the global device memory on CUDA GPU's. This
5 program is designed to help spotting uninitialized values in other CUDA
6 applications.
7
8 Build requirements
9 ------------------
10 GNU Make, CUDA toolkit
11
12 Installation
13 ------------
14 The build options are configured in the `Makefile`. To build, run:
15
16 `make`
17
18 The application can optionally be installed at system level in `/usr/local/bin`
19 by calling:
20
21 `sudo make install`
22
23 Author
24 ------
25 Written by Anders Damsgaard
26 https://src.adamsgaard.dk/cuda-memscrub