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

Tedious object allocation and deallocation #1

Open
vodp opened this issue Dec 4, 2015 · 0 comments
Open

Tedious object allocation and deallocation #1

vodp opened this issue Dec 4, 2015 · 0 comments

Comments

@vodp
Copy link
Owner

vodp commented Dec 4, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant