|
|
|||
File indexing completed on 2026-07-13 08:21:05
0001 0002 0003 #ifndef G4HepEmMacros_HH 0004 #define G4HepEmMacros_HH 0005 0006 #ifdef __CUDACC__ 0007 #define G4HepEmHostDevice __host__ __device__ 0008 #else 0009 #define G4HepEmHostDevice 0010 #endif 0011 0012 #ifdef __CUDA_ARCH__ 0013 // If compiling for the device, make the constant available. 0014 #define G4HepEmHostDeviceConstant __device__ 0015 #else 0016 #define G4HepEmHostDeviceConstant 0017 #endif 0018 0019 #endif // G4HepEmMacros_HH
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|