You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More specifically the case where the Alpaka EDModule itself throws an exception in its acquire(). The expected behavior is that the job does not end up calling std::terminate() (because of the exception thrown by edm::Async::run()).
More specifically the case where the Alpaka EDModule itself throws an exception in its
acquire()
. The expected behavior is that the job does not end up callingstd::terminate()
(because of the exception thrown byedm::Async::run()
).See cms-sw/cmssw#45555 (comment) for more context
The text was updated successfully, but these errors were encountered: