ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloGpu
ISF_FastCaloGpu
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
gpu_assert
void gpu_assert(cudaError_t code, const char *file, const int line)
file
TFile * file
Definition
tile_monitor.h:29
Generated on
for ATLAS Offline Software by
1.14.0