Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUFFT library #2744

Closed
ktavabi opened this issue Dec 23, 2015 · 5 comments
Closed

CUFFT library #2744

ktavabi opened this issue Dec 23, 2015 · 5 comments

Comments

@ktavabi
Copy link
Contributor

ktavabi commented Dec 23, 2015

I am running current dev master on OS X 10.11.2 with CUDA toolkit 7.5, pycuda, and scikits-cuda, mne.cuda.init_cuda() returns OSError: cufft library not found. Never encountered this one, and it appears that the CUDA toolkit installation should've included this lib. Any seasoned MACOS users have any ideas how to solve this?

@larsoner
Copy link
Member

Is that on init of scikits.cuda? If so, you could try pinging them, too. Please tag me if you do because I'd like to follow.

@ktavabi
Copy link
Contributor Author

ktavabi commented Dec 24, 2015

I don't see any mention of "cufft" in the file scikits.cuda.__init__.py Is that what you meant?

@larsoner
Copy link
Member

Nah, I meant where are you getting the error in mne-python? It's possible we're catching it and the traceback isn't so useful, in which case we should improve the error message to say which library import fails (e.g., a from scikits.cuda import fft call or something).

Can you try this on your system and see if you get that error?

from skcuda import fft

or if you're running and older version,

from scikits.cuda import fft

If it is indeed a problem with scikits-cuda as I suspect, you will probably need to ask over there.

@larsoner
Copy link
Member

larsoner commented Feb 3, 2016

Closing as an issue with other lib. Did this ever end up working?

@larsoner larsoner closed this as completed Feb 3, 2016
@ktavabi
Copy link
Contributor Author

ktavabi commented Feb 3, 2016

Nope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants