Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93755453
cudafunctions.cuh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 1, 05:51
Size
518 B
Mime Type
text/x-c
Expires
Tue, Dec 3, 05:51 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22696987
Attached To
R1448 Lenstool-HPC
cudafunctions.cuh
View Options
/**
* @file cudafunctions.cuh
* @Author Christoph Schaefer, EPFL (christophernstrerne.schaefer@epfl.ch)
* @date July 2015
* @version 0,1
* @brief Header file for cudafunctions.cu
*
*/
//Header guard
#ifndef CUDAFUNCTIONS_CUH
#define CUDAFUNCTIONS_CUH
// Include
//===========================================================================================================
#include <strings.h>
#include "structure.h"
void cudasafe( cudaError_t error, std::string message);
//End header guard
#endif
Event Timeline
Log In to Comment