diag: force ungraphed aux path — isolate CUDA Graph vs kernel issue
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -614,7 +614,7 @@ impl FusedTrainingCtx {
|
||||
popart_enabled: hyperparams.popart_enabled,
|
||||
hindsight_fraction: hyperparams.hindsight_fraction,
|
||||
curriculum_enabled: hyperparams.curriculum_enabled,
|
||||
gradient_stage_diagnostics: std::env::var("FOXHUNT_GRAD_DIAG").is_ok(),
|
||||
gradient_stage_diagnostics: true, // DIAG: force ungraphed path to isolate CUDA Graph issues
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user