summaryrefslogtreecommitdiffstats
path: root/source/slang/diff.meta.slang
Commit message (Expand)AuthorAge
* no_diff diagnostics improvement (#7655)kaizhangNV2025-07-09
* Make copysign function differentiable (#7585)Copilot2025-07-04
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Add inverse hyperbolic derivatives (#7173)Darren Wihandi2025-05-21
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* Fix gradient behavior for min() and max() functions at boundaries. When input...Sai Praveen Bangaru2025-02-20
* Fix issue with `clamp`'s derivatives at the boundary. (#6403)Sai Praveen Bangaru2025-02-19
* [Docs] Auto-diff documentation overhaul (#6202)Sai Praveen Bangaru2025-01-30
* Add `IDifferentiablePtrType` support for arrays (#5576)Sai Praveen Bangaru2024-11-18
* Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru2024-10-28
* Fix l-value computation for subscript call. (#5177)Yong He2024-09-27
* Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)Yong He2024-08-28
* Make tuple types work in autodiff. (#4923)Yong He2024-08-28
* Warn when inout parameter is never written (#4777)venkataram-nv2024-08-12
* Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He2024-05-14
* Replace __target_intrinsics and __specialize_for_target, part 1 (#4050)Jay Kwak2024-04-29
* Fix a bug in the forward derivative of cross product (#4006)Lifan Wu2024-04-23
* Fix derivative implementation of `clamp`. (#3750)Yong He2024-03-12
* Implement basic GLSL built-in functions (#3525)Jay Kwak2024-02-07
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Fix `TensorView.store()` definition (#3248)Sai Praveen Bangaru2023-09-27
* Remove `[NoSideEffect]` from `DiffTensorView.store()` (#3247)Sai Praveen Bangaru2023-09-27
* More `slangpy` features + polishing (#3233)Sai Praveen Bangaru2023-09-23
* Fix `atan2` stdlib derivative + add tests. (#3218)Sai Praveen Bangaru2023-09-20
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Support per field matrix layout (#3101)Yong He2023-08-14
* Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru2023-07-26
* Various fixes for autodiff and slangpy. (#2876)Yong He2023-05-09
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09
* Fix issue with out-of-order insts during type promotion when transposing code...Sai Praveen Bangaru2023-05-04
* Embed stdlib documentation to AST. (#2851)Yong He2023-04-27
* Support recomputing phi params in bwd prop func. (#2841)Yong He2023-04-25
* Cleaner impl of unary stdlib derivative functions. (#2785)Yong He2023-04-10
* Fix stdlib definitions for tensor interlocked methods. (#2761)Yong He2023-03-30
* More builtin library support in torch backend. (#2760)Yong He2023-03-30
* Add slangpy doc, fix cuda prelude. (#2748)Yong He2023-03-28
* Small fixes and cleanups on CUDA/CPP codegen. (#2746)Yong He2023-03-28
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Added `[BackwardDifferentiable]` tags for intrinsic + builtin methods (#2732)Sai Praveen Bangaru2023-03-24
* Type legalization and autodiff bug fixes. (#2722)Yong He2023-03-22
* Fix Phi simplification bug. (#2710)Yong He2023-03-16
* Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He2023-03-13
* Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He2023-03-08
* Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...Yong He2023-03-07
* Implement derivatives for HLSL intrinsics. (#2684)Yong He2023-03-01
* Diagnose on storing differentiable value into non-differentiable location. (#...Yong He2023-02-27
* Miscellaneous backward autodiff fixes. (#2665)Yong He2023-02-20
* Add static for loop iteration inference. (#2659)Yong He2023-02-20
* Add backward derivatives for functions in diff.meta.slang (#2633)winmad2023-02-07