From 0d92d72981b7883f7aab509a640b4f52dc55a819 Mon Sep 17 00:00:00 2001 From: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:57:53 -0500 Subject: [Docs] Minor fixes to auto-diff documentation (#5621) * Minor fixes to AD documentation * Add a note warning about experimental behavior * Update vulkan --------- Co-authored-by: Ellie Hermaszewska Co-authored-by: Yong He --- docs/user-guide/07-autodiff.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/user-guide/07-autodiff.md b/docs/user-guide/07-autodiff.md index 0664d2499..2a766e1c0 100644 --- a/docs/user-guide/07-autodiff.md +++ b/docs/user-guide/07-autodiff.md @@ -167,6 +167,9 @@ interface IDifferentiablePtrType } ``` +> #### Note #### +> Support for `IDifferentiablePtrType` is still experimental. + Types should not conform to both `IDifferentiablePtrType` and `IDifferentiable`. Such cases will result in a compiler error. -- cgit v1.2.3