15 #ifndef __IPSDKCORE_LOCALCOMPUTERINFOUTILS_H__ 16 #define __IPSDKCORE_LOCALCOMPUTERINFOUTILS_H__ 20 #include <IPSDKUtil/Tools/ProcessingResult.h> 48 #endif // __IPSDKCORE_LOCALCOMPUTERINFOUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKCORE_API ipsdk::BoolResult activateGpuSupport()
Activates GPU support.
IPSDKCORE_API bool isAvailable(const eInstructionSet &instructionSet)
function allowing to check for instruction set availability on local processor
Definition of import/export macro for library.
IPSDKCORE_API ipsdk::BoolResult deactivateGpuSupport()
Deactivates GPU support.
#define IPSDKCORE_API
Import/Export macro for library IPSDKCore.
Definition: IPSDKCoreExports.h:27
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
IPSDKCORE_API bool isGpuSupportActivated()
Returns true if the GPU support is activated.
Predefined types associated to instruction set management.