summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com>2024-12-01 17:57:53 -0500
committerGitHub <noreply@github.com>2024-12-01 14:57:53 -0800
commit0d92d72981b7883f7aab509a640b4f52dc55a819 (patch)
tree8d3db187247ef430667345bfeaa7314faa42cb4e /docs
parent136c2e22b80d3ebf500d09d5ce6f4fa47dcac8a0 (diff)
[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 <ellieh@nvidia.com> Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/07-autodiff.md3
1 files changed, 3 insertions, 0 deletions
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.