autodiff: Add basic TypeTree with NoTT flag

Signed-off-by: Karan Janthe <karanjanthe@gmail.com>
This commit is contained in:
Karan Janthe
2025-08-23 20:17:32 +00:00
parent 2f4dfc753f
commit e1258e79d6
13 changed files with 212 additions and 5 deletions

View File

@@ -563,6 +563,8 @@ fn enable_autodiff_settings(ad: &[config::AutoDiff]) {
config::AutoDiff::Enable => {}
// We handle this below
config::AutoDiff::NoPostopt => {}
// Disables TypeTree generation
config::AutoDiff::NoTT => {}
}
}
// This helps with handling enums for now.