[Haskell-cafe] NVIDIA's CUDA and Haskell

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Tue Jul 5 14:16:00 CEST 2011


Trevor L. McDonell <tmcdonell <at> cse.unsw.edu.au> writes:

> ... source repo should work:
> https://github.com/mchakravarty/accelerate

I have CUDA in the default location (e.g., /usr/local/cuda/bin/nvcc )
but I can't seem to get the cuda cabal package to build

...
checking cuda.h usability... yes
checking cuda.h presence... yes
checking for cuda.h... yes
checking cuda_runtime_api.h usability... yes
checking cuda_runtime_api.h presence... yes
checking for cuda_runtime_api.h... yes
checking for library containing cuDriverGetVersion... no
configure: error: could not find CUDA driver library

I have nvcc in the PATH, and I also set --extra-include/lib-dirs

I can build and run the NVIDIA_GPU_Computing_SDK examples.






More information about the Haskell-Cafe mailing list