| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-25 | Update a1-02-slangpy.md (#3237) | Sai Praveen Bangaru | |
| 2023-09-23 | More `slangpy` features + polishing (#3233) | Sai Praveen Bangaru | |
| * Update user-guide with new slangpy features * More polishing of new slangpy docs * Update a1-02-slangpy.md * Only require contiguity for vector element types * Added `loadOnce/storeOnce` and subscript operations * Added docs, `DiffTensorView.dims()` & `DiffTensorView.stride(uint)` * Add constructors, remove storeOnce/loadOnce test * Adjusted intrinsic definitions | |||
| 2023-09-21 | Update a1-02-slangpy.md (#3228) | Yong He | |
| 2023-09-20 | Update a1-02-slangpy.md (#3223) | Yong He | |
| 2023-09-20 | Update user-guide with new slangpy features (#3222) | Sai Praveen Bangaru | |
| 2023-07-14 | Add section on slangpy specialization (#2991) | Sai Praveen Bangaru | |
| Co-authored-by: Yong He <yonghe@outlook.com> | |||
| 2023-07-14 | Run spell-check on autodiff and slangpy docs (#2990) | Sai Praveen Bangaru | |
| 2023-07-12 | Update autodiff documentation. (#2979) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-06-23 | Fix typo of `i` in default initialization in docs. | jsmall-nvidia | |
| 2023-06-23 | Update 03-convenience-features.md | jsmall-nvidia | |
| 2023-05-04 | Update user-guide. (#2868) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-05-04 | Update 03-convenience-features.md | Yong He | |
| 2023-04-24 | Update a1-03-obfuscation.md | jsmall-nvidia | |
| 2023-04-21 | Update a1-03-obfuscation.md | jsmall-nvidia | |
| 2023-04-21 | Small obfuscation doc improvements (#2825) | jsmall-nvidia | |
| * #include an absolute path didn't work - because paths were taken to always be relative. * Small improvements to obfuscation doc. | |||
| 2023-04-21 | Initial obfuscation documentation. (#2819) | jsmall-nvidia | |
| * #include an absolute path didn't work - because paths were taken to always be relative. * Initial discussion around obfuscation. * Improve obfuscation documentation. * Spelling fix --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com> | |||
| 2023-04-20 | Update 04-interfaces-generics.md | Yong He | |
| 2023-04-20 | Update a1-01-matrix-layout.md | jsmall-nvidia | |
| 2023-04-12 | Update 02-conventional-features.md | Yong He | |
| 2023-04-11 | Update documentation for `TorchTensor.alloc`. | Yong He | |
| 2023-04-04 | Update a1-02-slangpy.md | Yong He | |
| 2023-04-03 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-31 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-31 | Update TOC (#2764) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-31 | Add a complex example. to slangpy documentation. (#2763) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-31 | Fix typos in user-guide. (#2762) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-30 | Fix stdlib definitions for tensor interlocked methods. (#2761) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-29 | Update TOC (#2756) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-29 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Update toc (#2749) | Yong He | |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-28 | Update a1-02-slangpy.md | Yong He | |
| 2023-03-28 | Add slangpy doc, fix cuda prelude. (#2748) | Yong He | |
| * Add slangpy doc, fix cuda prelude. * more bug fix. * fix. * fix. * More fix. * fix. * f * fix prelude. * update prelude. * update doc * Update prelude. * add zeros_like * update doc. --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-21 | [TreatAsDifferentiable] functions. (#2720) | Yong He | |
| 2023-03-17 | Update 07-autodiff.md | Yong He | |
| 2023-03-16 | Add test case for `makeStruct` transcription. (#2705) | Yong He | |
| * Add test case for `makeStruct` transcription. * Update documentation on `no_diff`. * Update toc --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-15 | Update 07-autodiff.md | Yong He | |
| 2023-03-15 | Update 07-autodiff.md | Yong He | |
| 2023-03-14 | Update 07-autodiff.md | Yong He | |
| 2023-03-14 | Support `fwd_diff(bwd_diff(f))`. (#2697) | Yong He | |
| * Support `fwd_diff(bwd_diff(f))`. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-09 | Update restrictions sections in autodiff doc. (#2694) | Yong He | |
| * Update restrictions section in autodiff doc. * Update restrictions sections in autodiff doc. --------- Co-authored-by: Yong He <yhe@nvidia.com> | |||
| 2023-03-09 | Update user guide on `[PrimalSubstitute]` | Yong He | |
| 2023-03-07 | Reuse higher-order `ResolveInvoke` logic to resolve func refs in ↵ | Yong He | |
| `[*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> | |||
