summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
AgeCommit message (Expand)Author
2023-03-28Small fixes and cleanups on CUDA/CPP codegen. (#2746)Yong He
2023-03-27Translate all composed types into tuple types in pyBind. (#2744)Yong He
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-23Fix optimization pass not converging. (#2725)Yong He
2023-03-17Add support for emitting cuda kernel and host functions. (#2712)Yong He
2023-03-15Properly implement differential witness of intermediate context type. (#2699)Yong He
2023-03-14Support `fwd_diff(bwd_diff(f))`. (#2697)Yong He
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-02-27Diagnose on storing differentiable value into non-differentiable location. (#...Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-20Miscellaneous backward autodiff fixes. (#2665)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-02-03Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-30Add transposition logic for constructor opcodes. (#2618)Yong He
2023-01-30Overhauled reverse-mode control flow handling (#2608)Sai Praveen Bangaru
2023-01-27Register allocation during phi elimination. (#2613)Yong He
2023-01-25Unify UpdateField and UpdateElement with access chain. (#2611)Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He
2023-01-10Nested bwd-diff func call context save/restore. (#2584)Yong He
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2023-01-04Multi-block reverse-mode autodiff (#2576)Sai Praveen Bangaru
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-12-07Rename IR opcodes to unify style. (#2556)Yong He
2022-12-07Remove `construct` IR op. (#2555)Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-11-29Complete removal of DifferentialBottom type. (#2537)Yong He
2022-11-21WIP: Fixed inout struct and added testing for calls to non-differentiable fun...Sai Praveen Bangaru
2022-11-18Data flow validation pass for diagnosing derivative loss. (#2523)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-15Shader Execution Reordering for VK (#2491)jsmall-nvidia
2022-11-14Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu
2022-11-10Fix inlining pass. (#2506)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-09-01Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru