ATLAS Offline Software
Loading...
Searching...
No Matches
gpuQ.h File Reference

Go to the source code of this file.

Macros

#define gpuQ(ans)

Functions

void gpu_assert (cudaError_t code, const char *file, const int line)

Macro Definition Documentation

◆ gpuQ

#define gpuQ ( ans)
Value:
{ gpu_assert( ( ans ), __FILE__, __LINE__ ); }
void gpu_assert(cudaError_t code, const char *file, const int line)

Definition at line 11 of file gpuQ.h.

11# define gpuQ( ans ) \
12 { gpu_assert( ( ans ), __FILE__, __LINE__ ); }

Function Documentation

◆ gpu_assert()

void gpu_assert ( cudaError_t code,
const char * file,
const int line )