Celeritas 0.6.0-dev.115+3b60a5fd
|
When using GPU, change execution options that make it easier to debug. More...
#include <Control.hh>
Public Attributes | |
bool | default_stream {false} |
Launch all kernels on the default stream. | |
std::optional< bool > | sync_stream |
Synchronize the stream after every kernel launch. | |
When using GPU, change execution options that make it easier to debug.
Defaults:
sync_stream:
false
unless timers.diagnostics.action
is true
.