cuda-0.11.0.1: FFI binding to the CUDA interface for programming NVIDIA GPUs
Copyright[2009..2023] Trevor L. McDonell
LicenseBSD
Safe HaskellSafe-Inferred
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.