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

Copyright[2017] Trevor L. McDonell
LicenseBSD
Safe HaskellSafe
LanguageHaskell98

Foreign.CUDA.Path

Description

 

Synopsis

Documentation

cudaInstallPath :: FilePath Source #

The base path to the CUDA toolkit installation that this package was compiled against.

cudaBinPath :: FilePath Source #

The path where the CUDA toolkit executables, such as nvcc and ptxas, can be found.

cudaLibraryPath :: FilePath Source #

The path where the CUDA libraries this package was linked against are located

cudaIncludePath :: FilePath Source #

The path where the CUDA headers this package was built against are located