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