LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Functions to query the properties of currently selected GPU device. More...
Go to the source code of this file.
Namespaces | |
lsst | |
< multiple inclusion guard macro | |
lsst.afw | |
lsst.afw.gpu | |
lsst::afw::gpu::detail | |
Functions | |
void | lsst::afw::gpu::detail::PrintCudaDeviceInfo () |
prints some cuda device information to stdout More... | |
int | lsst::afw::gpu::detail::GetCudaCurDeviceId () |
returns device ID of currently selected cuda device More... | |
int | lsst::afw::gpu::detail::GetCudaCurSMSharedMemorySize () |
returns shared memory size per block of currently selected cuda device More... | |
int | lsst::afw::gpu::detail::GetCudaCurGlobalMemorySize () |
returns global memory size of currently selected cuda device More... | |
int | lsst::afw::gpu::detail::GetCudaCurSMRegisterCount () |
returns the number of registers per block of currently selected cuda device More... | |
int | lsst::afw::gpu::detail::GetCudaCurSMCount () |
returns the number of streaming multiprocessors of currently selected cuda device More... | |
bool | lsst::afw::gpu::detail::GetCudaCurIsDoublePrecisionSupported () |
returns whether currently selected cuda device supports double precision More... | |
Functions to query the properties of currently selected GPU device.
Definition in file CudaQueryDevice.h.