summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/07-autodiff.md
Commit message (Collapse)AuthorAge
* Fix grammer for auto-diff doc (#7215)ArielG-NV2025-06-03
| | | | | 1. "here, $$f$$ here has" => "here, $$f$$ has" 2. $f$ ==> $$f$$ * $f$ does not render on website, works on vscode
* Fix user-guide typos (#6789)Gangzheng Tong2025-04-11
| | | | | | | | | | * Fix user-guide typos Use LLM to scan each of the markdown files to fix typos. Try not to change anything but the typos in this CL. * typo not caught by LLM * add output of ./build_toc.ps1
* Fix inline markdown rendering (#6294)Sai Praveen Bangaru2025-02-05
| | | | | | | | | | | * Fix inline markdown rendering * Fix it in a different way.. * Update 07-autodiff.md --------- Co-authored-by: Yong He <yonghe@outlook.com>
* [Docs] Auto-diff documentation overhaul (#6202)Sai Praveen Bangaru2025-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * AD: Docs Update * More documentation * More documentation * More docs fixes * Cleanup documentation * More docs polish. Add docs for the [Differentiable] attributes * Fixup code sections * Fixup * Address review comments * regenerate documentation Table of Contents * Update docs with more playground links --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Yong He <yonghe@outlook.com>
* Fix tiny typos (#5944)Yuki Nishidate2024-12-28
|
* [Docs] Minor fixes to auto-diff documentation (#5621)Sai Praveen Bangaru2024-12-01
| | | | | | | | | | | | * 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>
* docs: Reduce typo count (#5671)Bruce Mitchener2024-11-29
| | | Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)Jay Kwak2024-10-25
| | | | This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.
* Update auto-diff user guide (#5071)Sai Praveen Bangaru2024-09-18
| | | | | | - Remove `dmul` entirely (will be deprecated soon) - Add text about `IDifferentiablePtrType` Co-authored-by: Yong He <yonghe@outlook.com>
* Add documentation on capability system. (#3549)Yong He2024-02-05
| | | Fixes #3454.
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
| | | | | | | | | | | | | | | | | | | * Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Update 07-autodiff.mdYong He2023-11-27
|
* Update 07-autodiff.mdYong He2023-11-03
|
* Run spell-check on autodiff and slangpy docs (#2990)Sai Praveen Bangaru2023-07-14
|
* Update autodiff documentation. (#2979)Yong He2023-07-12
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Fix typos in user-guide. (#2762)Yong He2023-03-31
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* [TreatAsDifferentiable] functions. (#2720)Yong He2023-03-21
|
* Update 07-autodiff.mdYong He2023-03-17
|
* Add test case for `makeStruct` transcription. (#2705)Yong He2023-03-16
| | | | | | | | | | | * Add test case for `makeStruct` transcription. * Update documentation on `no_diff`. * Update toc --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Update 07-autodiff.mdYong He2023-03-15
|
* Update 07-autodiff.mdYong He2023-03-15
|
* Update 07-autodiff.mdYong He2023-03-14
|
* Support `fwd_diff(bwd_diff(f))`. (#2697)Yong He2023-03-14
| | | | | | | | | * Support `fwd_diff(bwd_diff(f))`. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Update restrictions sections in autodiff doc. (#2694)Yong He2023-03-09
| | | | | | | | | * Update restrictions section in autodiff doc. * Update restrictions sections in autodiff doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Update user guide on `[PrimalSubstitute]`Yong He2023-03-09
|
* Reuse higher-order `ResolveInvoke` logic to resolve func refs in ↵Yong He2023-03-07
| | | | | | | | | | | | | | | | | `[*DerivativeOf]` attribs. (#2688) * Reuse higher-order `ResolveInvoke` logic to resolve func refs in [*DerivativeOf] attribs. * Add diff implementation matrix versions of binary and ternary intrinsics. * Add diff impl for legacy intrinsics. * Fix diagnostics of using non-differentiable function in a diff operator. * Add diff implementation for `determinant`. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Implement derivatives for HLSL intrinsics. (#2684)Yong He2023-03-01
| | | | | | | | | | | * Implement derivatives for HLSL intrinsics. * Vector intrinsics. * Add all intrinsics. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Update 07-autodiff.mdYong He2023-02-11
|
* Update 07-autodiff.mdYong He2023-02-11
|
* Update 07-autodiff.mdYong He2023-02-11
|
* Reverse-mode Loop Support (#2635)Sai Praveen Bangaru2023-02-09
| | | | | | | | | | | | | | | | | | | | | | | * Full loop support now working. MaxItersAttr in progress * Lookup table updates? * Fixed the max iters decoration * Minox fixes & remove superfluous code * fixup warnings * Revert "Lookup table updates?" This reverts commit 7d9b0793fb5239f31d1155776e846dcf1892d8d9. * Update 07-autodiff.md * Change maxiters to MaxIters * Added asserts * Update 07-autodiff.md
* Update 07-autodiff.mdYong He2023-02-08
|
* Replace \cal with \mathbb (#2637)Yong He2023-02-08
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Update autodiff documentation with more precise math definitions. (#2636)Yong He2023-02-08
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Update documentation (#2631)Yong He2023-02-06
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Fix documentation (#2630)Yong He2023-02-06
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Improve autodiff documentation (#2628)Yong He2023-02-06
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Fixup documentation (#2627)Yong He2023-02-06
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Add documentation for autodiff feature (#2626)Yong He2023-02-06
Co-authored-by: Yong He <yhe@nvidia.com>