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
Move ForwardDiff CUDA error handling outside @testset
The @testset for-loop wraps each iteration body in its own try-catch,
intercepting the CUDA error before the inner try-catch can handle it.
Move the try-catch into a helper function called before the testset
body, so the CUDA alignment error is caught cleanly.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments