Copyright | [2017] Trevor L. McDonell |
---|---|
License | BSD |
Safe Haskell | Safe |
Language | Haskell98 |
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