about summary refs log tree commit diff
path: root/tests/run-make/autodiff
AgeCommit message (Collapse)AuthorLines
2025-09-19autodiff: recurion added for typetreeKaran Janthe-6/+118
2025-09-19autodiff: fixed test to be more precise for type tree checkingKaran Janthe-18/+60
2025-09-19autodiff: struct support in typetreeKaran Janthe-0/+35
2025-09-19autodiff: tuple support in typetreeKaran Janthe-0/+28
2025-09-19autodiff: slice support in typetreeKaran Janthe-0/+29
2025-09-19autodiff: add TypeTree support for arraysKaran Janthe-0/+28
2025-09-19added typetree support for memcpyKaran Janthe-11/+101
2025-09-19Add TypeTree tests for scalar typesKaran Janthe-0/+154
- Add specific tests for f32, f64, i32, f16, f128 TypeTree generation - Verify correct enzyme_type metadata for each scalar type - Ensure TypeTree metadata matches expected Enzyme format Signed-off-by: Karan Janthe <karanjanthe@gmail.com>
2025-09-19Update TypeTree tests to verify metadata attachmentKaran Janthe-28/+29
- Fix nott-flag test to emit LLVM IR and check enzyme_type attributes - Replace TODO comments with actual TypeTree metadata verification - Test that NoTT flag properly disables TypeTree generation - Test that TypeTree enabled generates proper enzyme_type attributes Signed-off-by: Karan Janthe <karanjanthe@gmail.com>
2025-09-19autodiff: Add basic TypeTree with NoTT flagKaran Janthe-0/+59
Signed-off-by: Karan Janthe <karanjanthe@gmail.com>
2025-07-15test: Add UI tests for testing type analysis autodiffKaran Janthe-0/+1302
Signed-off-by: Karan Janthe <karanjanthe@gmail.com>