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.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to