summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-03-29Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Update toc (#2749)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-03-28Update a1-02-slangpy.mdYong He
2023-03-28Add 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-17Update 07-autodiff.mdYong He
2023-03-16Add 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-15Update 07-autodiff.mdYong He
2023-03-15Update 07-autodiff.mdYong He
2023-03-14Update 07-autodiff.mdYong He
2023-03-14Support `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-09Update 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-09Update user guide on `[PrimalSubstitute]`Yong He
2023-03-07Reuse 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>
2023-03-01Implement derivatives for HLSL intrinsics. (#2684)Yong He
* Implement derivatives for HLSL intrinsics. * Vector intrinsics. * Add all intrinsics. --------- Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
* Overhaul global inst deduplication and cpp/cuda backend. * Update IR documentation. --------- Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-16Design doc on IR deduplication and best practices when working with IRYong He
2023-02-14Preliminary Shader Execution Reordering Doc (#2648)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Add preliminary Shader Execution Reordering doc. Update target-compatibility docs. * Fix debugBreak.
2023-02-14Preliminary debugBreak support (#2647)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Preliminary support for debug break. * Add C++ debug break support. Add details about usage. * Improve debug break test details. * Make HLSL output a comment about no support. * Handle specialize for target assert, without a body if it has spv_instruction/target intrinsic
2023-02-11Update 07-autodiff.mdYong He
2023-02-11Update 07-autodiff.mdYong He
2023-02-11Update 07-autodiff.mdYong He
2023-02-09Reverse-mode Loop Support (#2635)Sai Praveen Bangaru
* 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
2023-02-08Update 07-autodiff.mdYong He
2023-02-08Replace \cal with \mathbb (#2637)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-08Update autodiff documentation with more precise math definitions. (#2636)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-06Update documentation (#2631)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-06Fix documentation (#2630)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-06Update documentation TOC (#2629)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-06Improve autodiff documentation (#2628)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-06Fixup documentation (#2627)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-06Add documentation for autodiff feature (#2626)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2023-02-01Use gmake2 as a premake target over gmake (#2587)Ellie Hermaszewska
The gmake generator has been deprecated by gmake2 https://premake.github.io/docs/Using-Premake/#using-premake-to-generate-project-files gmake2 has better dependency handling around our custom rules leading in fewer runs of slang-generate etc...
2023-01-09Small fixes to cuda-target.mdjsmall-nvidia
2023-01-09Fix typo in CUDA target docsjsmall-nvidia
2022-12-20Correct user guide's section on preprocessor directives (#2565)Ellie Hermaszewska
2022-11-21Added autodiff design doc (#2524)Sai Praveen Bangaru
Co-authored-by: Yong He <yonghe@outlook.com>
2022-11-15Specify downstream compiler include paths (#2517)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP around testing with NVAPI. * Make -I work for downstream compilers. Update docs. * Small improvement around ignoring tests.
2022-11-10Update nvapi-support.mdjsmall-nvidia
2022-11-10Fix document toc. (#2510)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2022-11-10Update document toc (#2509)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2022-11-10Update documentation on new features (#2508)Yong He
* Update documentation on new features * Fix. Co-authored-by: Yong He <yhe@nvidia.com>