37 #ifndef PCL_GPU_CONTAINERS_INITIALISATION_H_ 38 #define PCL_GPU_CONTAINERS_INITIALISATION_H_ 40 #include <pcl/pcl_exports.h> 72 void PCL_EXPORTS
error(
const char *error_string,
const char *file,
const int line,
const char *func =
"");
void PCL_EXPORTS error(const char *error_string, const char *file, const int line, const char *func="")
Error handler.
This file defines compatibility wrappers for low level I/O functions.
bool PCL_EXPORTS checkIfPreFermiGPU(int device=-1)
Returns true if pre-Fermi generator GPU.
PCL_EXPORTS std::string getDeviceName(int device)
Return device name for given device.
PCL_EXPORTS int getCudaEnabledDeviceCount()
Returns number of Cuda device.
void PCL_EXPORTS printShortCudaDeviceInfo(int device=-1)
Prints information about given cuda device or about all devices.
void PCL_EXPORTS printCudaDeviceInfo(int device=-1)
Prints information about given cuda device or about all devices.
PCL_EXPORTS void setDevice(int device)
Sets active device to work with.