Introduction
Introduction Statistics Contact Development Disclaimer Help
tREADME.md - cuda-memscrub - scrubs the global device memory of CUDA GPUs
git clone git://src.adamsgaard.dk/cuda-memscrub
Log
Files
Refs
README
LICENSE
---
tREADME.md (559B)
---
1 cuda-memscrub
2 =============
3
4 Utility for overwritting values in the global device memory on CUDA GPU'…
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/loc…
19 by calling:
20
21 `sudo make install`
22
23 Author
24 ------
25 Written by Anders Damsgaard
26 https://src.adamsgaard.dk/cuda-memscrub
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.