ATLAS Offline Software
Loading...
Searching...
No Matches
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
8void 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
void gpu_assert(cudaError_t code, const char *file, const int line)
TFile * file