autodiff: recurion added for typetree

This commit is contained in:
Karan Janthe
2025-09-11 07:30:35 +00:00
parent 4f3f0f48e7
commit 4520926bb5
12 changed files with 191 additions and 20 deletions

View File

@@ -127,6 +127,7 @@ pub(crate) mod Enzyme_AD {
);
pub(crate) fn EnzymeTypeTreeToString(arg1: CTypeTreeRef) -> *const c_char;
pub(crate) fn EnzymeTypeTreeToStringFree(arg1: *const c_char);
pub(crate) fn EnzymeGetMaxTypeDepth() -> ::std::os::raw::c_uint;
}
unsafe extern "C" {