autodiff: Add basic TypeTree with NoTT flag
Signed-off-by: Karan Janthe <karanjanthe@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user