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'm facing an error when I want to make cudamat from this bundle.
I'm using Ubuntu 15.04 and use comman 'sudo make' from directory $HOME/Document/deepnet-master/cudamat.
While the first error was : make: Nothing to be done for all
it's solved by changing space to inside makefile
and comes the next error:
libcudamat.so libcudamat_conv.so
make: libcudamat.so: Command not found
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 127
Why its happen? and how I fix it?
thank you
The text was updated successfully, but these errors were encountered:
I'm facing an error when I want to make cudamat from this bundle.
I'm using Ubuntu 15.04 and use comman 'sudo make' from directory $HOME/Document/deepnet-master/cudamat.
While the first error was :
make: Nothing to be done for all
it's solved by changing space to inside makefile
and comes the next error:
Why its happen? and how I fix it?
thank you
The text was updated successfully, but these errors were encountered: