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
When a safe_numbers operation overflows on the GPU, the error is captured in managed memory and rethrown with `BOOST_THROW_EXCEPTION` on the host when you call `ctx.synchronize()`.
589
592
The `device_error_context` manages a dynamically allocated managed memory buffer; after catching an exception the same context can be reused immediately for new kernel launches.
0 commit comments