ATLAS Offline Software
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
checkFileSG.line
line
Definition:
checkFileSG.py:75
histSizes.code
code
Definition:
histSizes.py:129
file
TFile * file
Definition:
tile_monitor.h:29
gpu_assert
void gpu_assert(cudaError_t code, const char *file, const int line)
Generated on Thu Nov 7 2024 21:15:59 for ATLAS Offline Software by
1.8.18