Introduction
Introduction Statistics Contact Development Disclaimer Help
tutility.cuh - cuda-memscrub - scrubs the global device memory of CUDA GPUs
git clone git://src.adamsgaard.dk/cuda-memscrub
Log
Files
Refs
README
LICENSE
---
tutility.cuh (343B)
---
1 // Avoiding multiple inclusions of header file
2 #ifndef UTILITY_CUH_
3 #define UTILITY_CUH_
4
5 void checkForCudaErrors(const char* checkpoint_description);
6 void checkForCudaErrors(const char* checkpoint_description, int iteratio…
7 unsigned int iDivUp(unsigned int a, unsigned int b);
8
9 #endif
10 // vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
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.