-
Notifications
You must be signed in to change notification settings - Fork 753
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
Problem Compiling with GPU Support on MATLAB 2018a #1143
Comments
Solved this problem by modifying lines 359 and 620 in vl_compilenn.m.
Then, I modified line 359 to be:
because, for some reason, -R2018a does not use -largeArrayDims. |
I solved by updating the mex_link function in vl_compilenn as given below. mex(mopts{:}) ; |
@isahhin 's answer works with older version than beta25. |
Thank you, it is helpful. |
I am on matconvnet beta-8.0 and I changed |
Hi, my matconvnet version is before beta-25 and my matlab version is 2018b. The settings are: |
Thanks so much. It works! |
you are life-saving |
Thank you, it's really helpful. |
Hello,
I tried to compile MatConvNet with GPU support on MATLAB 2018a. Of course, I followed the instructions on the official website, but, for some reason, I got the following error:
After a quick search here, I found a suggested solution, this one: #1129, but I am using cuda 9 not cuda 8 and cudnn 7 not cudnn 5. Any help is highly appreciated!
My settings are:
Windows 10
CUDA 9.0
cuDNN 7.1.3
MATLAB 2018a
The text was updated successfully, but these errors were encountered: