Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91641216
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
Wed, Nov 13, 00:21
Size
540 B
Mime Type
text/x-c
Expires
Fri, Nov 15, 00:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22271861
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 <iostream>
#include <cuda_runtime.h>
void cudasafe( cudaError_t error, std::string message);
//End header guard
#endif
Event Timeline
Log In to Comment