FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kCudaRuntime.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_CUDA_RUNTIME_H
9 #define K_FIRESYNC_CUDA_RUNTIME_H
10 
12 #include <kFireSync/Cuda/kCudaRuntime.x.h>
13 
27 
42 
51 
59 
71 
72 #endif
kStatus kCudaRuntime_RuntimeVersion(kVersion *version)
Reports the current Cuda runtime version.
kBool kCudaRuntime_IsAvailable()
Reports whether Cuda runtime support is available.
kVersion kCudaRuntime_MinimumRuntimeVersion()
Reports the minimum Cuda runtime version required by the FireSync platform.
kBool kCudaRuntime_IntegrationEnabled()
Reports whether Cuda integration was enabled when the kFireSync library was built.
kStatus kCudaRuntime_MaximumDriverRuntimeVersion(kVersion *version)
Reports the maximum Cuda runtime version supported by the current driver.
Central Cuda-related definitions.