ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthCUDA
AthCUDAInterfaces
AthCUDAInterfaces
DeviceInfo.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHCUDASERVICES_DEVICEINFO_H
6
#define ATHCUDASERVICES_DEVICEINFO_H
7
8
#include "GaudiKernel/IService.h"
9
10
#include <vector>
11
12
namespace
AthCUDA
{
13
14
struct
DeviceInfo
{
15
int
id
{};
16
std::string
name
;
17
int
smMajor
{};
18
int
smMinor
{};
19
};
20
21
}
// namespace AthCUDA
22
23
#endif
// ATHCUDASERVICES_DEVICEINFO_H
AthCUDA
Definition
Info.h:14
AthCUDA::DeviceInfo
Definition
DeviceInfo.h:14
AthCUDA::DeviceInfo::smMinor
int smMinor
Definition
DeviceInfo.h:18
AthCUDA::DeviceInfo::smMajor
int smMajor
Definition
DeviceInfo.h:17
AthCUDA::DeviceInfo::name
std::string name
Definition
DeviceInfo.h:16
Generated on
for ATLAS Offline Software by
1.16.1