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

Does the matconvnet need vl_complienn every time? #217

Closed
mingtop opened this issue Jul 25, 2015 · 5 comments
Closed

Does the matconvnet need vl_complienn every time? #217

mingtop opened this issue Jul 25, 2015 · 5 comments

Comments

@mingtop
Copy link

mingtop commented Jul 25, 2015

I don't know why ,
Every time I restarted the computer, or I transfer the hole project from sever . I have to re-complie the matconvnet. If I don't complie the matlab crash.
Is it a bug?

@vedaldi
Copy link
Contributor

vedaldi commented Jul 25, 2015

Hi, restarting should not affect it unless something serious changes in your configuration.

Transferring from another machine may have unpredictable effects. Binary-level compatibility is probably pretty difficult to achieve with CUDA and MATLAB together.

On 25 Jul 2015, at 02:58, Yan Ming notifications@github.com wrote:

I don't know why ,
Every time I restarted the computer, or I transfer the hole project from sever . I have to re-complie the matconvnet. If I don't complie the matlab crash.
Is it a bug?


Reply to this email directly or view it on GitHub #217.

@mingtop
Copy link
Author

mingtop commented Jul 27, 2015

@vedaldi Thank you very much ! Maybe the Tesla is double and my PC is single.
I don't change any thing on my local PC. But after I complied the vl_comple it works well.
It's not a big problem.
Thank you again.

@zhimingluo
Copy link

when using the version 1.3, I also meet this matlab carsh problem when matlab is restart.
I find that before using the toolbox , just run the command gpuDevice first and then the problem fixed.

@vedaldi
Copy link
Contributor

vedaldi commented Aug 29, 2015

Hi, I experienced similar issues as well. I think this happens if the MEX files are linked against a different version of CUDA than the one MATLAB is using (which is common). Indeed initialising with gpuDevice seems to do the trick.

On 27 Aug 2015, at 23:03, Zhiming Luo notifications@github.com wrote:

when using the version 1.3, I also meet this matlab carsh problem when matlab is restart.
I find that before using the toolbox , just run the command gpuDevice first and then the problem fixed.


Reply to this email directly or view it on GitHub #217 (comment).

@mingtop
Copy link
Author

mingtop commented Sep 20, 2015

@zhimingluo Thank you very much!!

@albanie albanie closed this as completed Apr 16, 2016
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

4 participants