summaryrefslogtreecommitdiff
path: root/source/slang/slang-lower-to-ir.cpp
AgeCommit message (Expand)Author
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-24Support dynamic dispatch a backward differentiable function. (#2678)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-20Add static for loop iteration inference. (#2659)Yong He
2023-02-17Fixed crash when lowering IR for no_diff struct member. (#2658)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-15Treat user defined backward derivative function as non differentiable. (#2650)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-09Reverse-mode Loop Support (#2635)Sai Praveen Bangaru
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-25Cleanup IR representation of interface member derivative. (#2610)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-17Add `set` to spirv_instruction (#2597)jsmall-nvidia
2023-01-14Fixes for crash when inlining at global scope (#2593)Theresa Foley
2023-01-13Frontend work for `[BackwardDerivative]` and `[BackwardDerivativeOf]`. (#2589)Yong He
2023-01-12Fix issue around linking/obfuscation (#2588)jsmall-nvidia
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-23Make differentiable data-flow pass recognize interface methods. (#2530)Yong He
2022-11-23Fix issues around dynamic generic function and autodiff. (#2528)Yong He
2022-11-23Autodiff through simple dynamic dispatch. (#2527)Yong He
2022-11-22Refactor Auto-diff passes (#2526)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-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-11-08Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-11-02Shader Execution Reordering (via NVAPI) (#2484)jsmall-nvidia
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-27More renaming in jvp pass. (#2475)Yong He
2022-10-27Rename `[__custom_jvp]` -> `[ForwardDerivative]`. (#2473)Yong He
2022-10-27Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-26Adding a differentiable standard library (#2465)Sai Praveen Bangaru
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-10-13Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He
2022-10-13Fix missing implementations in ConjunctionSubtypeWitness. (#2449)Yong He
2022-10-06Add syntax for multi-level break. (#2431)Yong He
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He