ATLAS Offline Software
gpuQ.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ISF_FASTCALOGPU_GPUQ_H
6 #define ISF_FASTCALOGPU_GPUQ_H
7 
8 void gpu_assert( cudaError_t code, const char* file, const int line );
9 
10 #ifndef gpuQ
11 # define gpuQ( ans ) \
12  { gpu_assert( ( ans ), __FILE__, __LINE__ ); }
13 
14 #endif
15 #endif
checkFileSG.line
line
Definition: checkFileSG.py:75
file
TFile * file
Definition: tile_monitor.h:29
gpu_assert
void gpu_assert(cudaError_t code, const char *file, const int line)
pmontree.code
code
Definition: pmontree.py:443