ECP-copa / CabanaMD

Molecular dynamics proxy application based on Cabana
Other
19 stars 13 forks source link

Fix NNP errors with Cuda #80

Closed streeve closed 3 years ago

streeve commented 3 years ago

Fixes #77

dalg24 commented 3 years ago

Another way to fix this is just make stuff public. I do that a lot to avoid these copies. It's basically like you are writing a struct at that point

I don't think that's true. The issue is that we were implicitly capturing *this, making data members public would not help.