summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir.cpp
Commit message (Expand)AuthorAge
* Matrix swizzle writes (#2713)Ellie Hermaszewska2023-04-13
* Small fixes to TorchTensor. (#2790)Yong He2023-04-11
* More builtin library support in torch backend. (#2760)Yong He2023-03-30
* Fix IRArrayType emit logic. (#2754)Yong He2023-03-29
* Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He2023-03-29
* Small fixes and cleanups on CUDA/CPP codegen. (#2746)Yong He2023-03-28
* Translate all composed types into tuple types in pyBind. (#2744)Yong He2023-03-27
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Fix optimization pass not converging. (#2725)Yong He2023-03-23
* Add support for emitting cuda kernel and host functions. (#2712)Yong He2023-03-17
* Properly implement differential witness of intermediate context type. (#2699)Yong He2023-03-15
* Support `fwd_diff(bwd_diff(f))`. (#2697)Yong He2023-03-14
* 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
* Diagnose on storing differentiable value into non-differentiable location. (#...Yong He2023-02-27
* More control flow simplifications. (#2673)Yong He2023-02-24
* Miscellaneous backward autodiff fixes. (#2665)Yong He2023-02-20
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He2023-02-03
* Support `out` parameters in backward differentiation. (#2619)Yong He2023-02-01
* Add transposition logic for constructor opcodes. (#2618)Yong He2023-01-30
* Overhauled reverse-mode control flow handling (#2608)Sai Praveen Bangaru2023-01-30
* Register allocation during phi elimination. (#2613)Yong He2023-01-27
* Unify UpdateField and UpdateElement with access chain. (#2611)Yong He2023-01-25
* Reimplement address elimination. (#2605)Yong He2023-01-24
* Full address insts elimination for backward autodiff. (#2604)Yong He2023-01-23
* Support custom backward derivative attribute. (#2594)Yong He2023-01-14
* Make backward differentiation work with generics. (#2586)Yong He2023-01-11
* Nested bwd-diff func call context save/restore. (#2584)Yong He2023-01-10
* Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He2023-01-06
* Multi-block reverse-mode autodiff (#2576)Sai Praveen Bangaru2023-01-04
* Separate primal computations from unzipped function into an explicit function...Yong He2022-12-19
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Remove `construct` IR op. (#2555)Yong He2022-12-07
* Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He2022-12-07
* Complete removal of DifferentialBottom type. (#2537)Yong He2022-11-29
* WIP: Fixed inout struct and added testing for calls to non-differentiable fun...Sai Praveen Bangaru2022-11-21
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Shader Execution Reordering for VK (#2491)jsmall-nvidia2022-11-15
* Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu2022-11-14
* Fix inlining pass. (#2506)Yong He2022-11-10
* Higher order differentiation. (#2487)Yong He2022-11-04
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He2022-10-27
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20