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
Using the old C++ (i.e. C++03) does not allow the use of move constructor and move assignment, which is very efficient in evaluating mathematical expressions with many temporary objects. The problem is how to add these new features into matrix and be able to compile it with CUDA 7.0
The text was updated successfully, but these errors were encountered:
Using the old C++ (i.e. C++03) does not allow the use of move constructor and move assignment, which is very efficient in evaluating mathematical expressions with many temporary objects. The problem is how to add these new features into
matrix
and be able to compile it with CUDA 7.0The text was updated successfully, but these errors were encountered: