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
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
the steps on my Ubuntu 16.04 with cmake 3.9:
1.cd thpp
2.mkdir build
3.cd build
4.cmake ..
and everything is ok
but when it comes to 'make'
the source in the file /detail/TensorGeneric.h
error: return-statement with a value, in function returning 'void' [-fpermissive]
return THTensor_(prod)(r, t, dim);
Why a void function could return something like this? What did I do anything wrong?
Hope to get answer,thanks
The text was updated successfully, but these errors were encountered:
the steps on my Ubuntu 16.04 with cmake 3.9:
1.cd thpp
2.mkdir build
3.cd build
4.cmake ..
and everything is ok
but when it comes to 'make'
the source in the file /detail/TensorGeneric.h
error: return-statement with a value, in function returning 'void' [-fpermissive]
return THTensor_(prod)(r, t, dim);
Why a void function could return something like this? What did I do anything wrong?
Hope to get answer,thanks
The text was updated successfully, but these errors were encountered: