Files
rust/library/core/src
Trevor Gross 7f5f29b663 Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`

This PR splits `#[autodiff]` macro so `#[autodiff(df, Reverse, args)]` would become `#[autodiff_reverse(df, args)]` and `#[autodiff(df, Forward, args)]` would become `#[autodiff_forwad(df, args)]`.
2025-05-28 10:28:08 -04:00
..
2025-05-12 15:33:37 +02:00
2025-05-12 15:33:37 +02:00
2025-05-12 15:33:37 +02:00
2025-05-15 19:59:22 -07:00
2025-03-08 12:56:00 +01:00
2025-04-16 18:53:40 -07:00
2025-05-12 15:33:30 +02:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2025-05-12 15:33:30 +02:00
2025-04-12 22:10:17 -07:00
2024-06-11 15:47:00 +02:00
2025-01-20 18:35:32 +01:00
2025-03-26 14:32:35 -04:00
2024-11-27 15:14:54 +00:00
2025-05-12 15:33:37 +02:00
2025-04-09 12:29:59 +01:00
2025-02-18 09:32:44 -08:00