Christian Trott

Results 519 comments of Christian Trott

I think the extra stuff is actually missing in the first code place ...

Some of that scratch is in case you do a nested `parallel_reduce`.

Windows CUDA wasn't passing because of restricitons of NVCC with MSVC. I think you may need to guard the test against Windows + CUDA

I also posted this in the other thread: Are you trying to use a different OpenMP implementation, or just MSVCs? I think we need to add a configure time error...

I want to think a bit more about this, but my initial reaction is that this isn't a thing I want in particular as a public interface. It also could...

Actually we should just make all of these things overloads of deep_copy with the corresponding policy arguments ... And there is a good reason for us to provide this because...

I took the freedom to change the title and make this a feature request.

Yeah and also the original PRs shouldn't have caused the issue. The only way how OpenMP fails TeamSize check is if you ask for more than occupancy isn't it?