Skip to content
tmcdonell edited this page Jul 6, 2012 · 4 revisions

A catalogue of installation and usage tips & tricks.

Importing and running

  1. can't load .so/.DLL for: libcudart.so or dyld: Library not loaded: @rpath/libcudart.dylib

    GHC can not find where you have installed the CUDA libraries. Make sure you have correctly set your PATH and LD_LIBRARY_PATH as described in installation.

Clone this wiki locally