8 #ifndef K_FIRESYNC_CUDA_RUNTIME_H
9 #define K_FIRESYNC_CUDA_RUNTIME_H
12 #include <kFireSync/Cuda/kCudaRuntime.x.h>
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.