CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
numberOfDevices.cc
Go to the documentation of this file.
4 
5 namespace cms::cuda {
8  return cs->enabled() ? cs->numberOfDevices() : 0;
9  }
10 } // namespace cms::cuda
unique_ptr< ClusterSequence > cs
int numberOfDevices() const
Definition: CUDAService.h:24
bool enabled() const
Definition: CUDAService.h:22
int numberOfDevices()