cuda-0.9.0.0: FFI binding to the CUDA interface for programming NVIDIA GPUs

Copyright[2009..2017] Trevor L. McDonell
LicenseBSD
Safe HaskellNone
LanguageHaskell98

Foreign.CUDA.Runtime.Utils

Description

Utility functions

Synopsis

Documentation

runtimeVersion :: IO Int Source #

Return the version number of the installed CUDA driver

driverVersion :: IO Int Source #

Return the version number of the installed CUDA runtime

libraryVersion :: Int Source #

Return the version number of the CUDA library (API) that this package was compiled against.