Robert Chen
Robert Chen
> I'll try to give this a more in-depth review, but as a start we definitely need some tests for this code. You mention that it has been tested, but...
> This latest push rebases off of the most recent version of `develop` and folds some minor commits into larger ones. @braxtoncuneo Is it safe for me to make more...
@ajkunen @trws Existing tests have been updated to use the new StaticLayout with vectorization. Please take a look at this PR when you have a chance.
@ajkunen @trws @davidbeckingsale Would you mind taking another look at this? Thanks!
@trws Does this mean that there are 2 definitions of `camp::resources::Host::get_default` somewhere, and clang doesn't know which one to pick?
Just seeing this thread now, sorry about this . . . I added that check to prevent OpenMP Target from being built on machines without GPUs. We did not have...
Hi @jeffhammond, does the latest camp/main (https://github.com/LLNL/camp) solve this problem for you? We put some recent changes into the Camp repo which hopefully have taken care of this, and you're...
Hi @abbotts, we've made some updates in the Camp repo which should solve this problem (https://github.com/LLNL/camp). If you have a chance, would you mind trying camp/main to see if this...
Tom did say develop, but he actually meant "main". 🙂
@trws @rhornung67 After adding `-fsanitize=undefined` to the build and link lines, the test passes regardless of the ordering of `reset` calls. I'm rather baffled . . . did I use...