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
Forward the configured determinism mode to Warp instead of assuming run-to-run
NewtonCfg.deterministic_mode maps to the same warp.DeterministicMode enum the
global uses, so a backend asking for gpu_to_gpu was getting the stronger
guarantee on its solver kernels and a weaker run_to_run everywhere else.
The config strings are the enum members lowercased, so the mode is resolved by
name rather than by duplicating Newton's mapping table.
0 commit comments