[Haskell-cafe] interaction between ghci and cudaBLAS library
Simon Beaumont
seb at modelsciences.com
Mon Mar 2 21:16:43 EST 2009
Don Stewart-2 wrote:
>
>
> Do you get the same problem in compiled code? (GHCi is generally for
> exploratory work only).
>
if I create an executable run it non-interactively. It works fine:
$ ghc -O2 --make -threaded main.hs cublas.hs -lcublas -L${CUDA}/lib
No matter whether is it compiled or interpreted it blocks in ghci
(interactively), the threading option makes no difference in either case.
--
View this message in context: http://www.nabble.com/interaction-between-ghci-and-cudaBLAS-library-tp22300813p22301274.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
More information about the Haskell-Cafe
mailing list