You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to reproduce this problem myself, but I suspect it has to do with autoconf not being run properly. I've just pushed a commit which changes the build-type to Custom and works the same was as the cuda package. Hopefully, this should fix the problem. Let me know if it works or not.
We have avoided using pkgconfig because it doesn't always find where cuda was installed.
When I compile a program with profiling I get linker errors like these:
When I change
build-type
fromConfigure
toSimple
incufft.cabal
and addpkgconfig-depends: cufft-6.0
then I can successfully compile with profiling.The text was updated successfully, but these errors were encountered: