summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-12-12Added support for nested calls (#2562)Sai Praveen Bangaru
2022-12-09Add `diffPair` stdlib function. (#2560)Yong He
2022-12-08Auto-diff for matrix operations. (#2559)Yong He
2022-12-08More type support for reverse-mode (#2551)Sai Praveen Bangaru
2022-12-07Remove `construct` IR op. (#2555)Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-12-02Inline functions with string param/return for GPU targets (#2544)jsmall-nvidia
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-30Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...Yong He
2022-11-30Support `no_diff` on existential typed params. (#2540)Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-29Bug fix: partially specialized non-static generic invoke missing `this` argum...Yong He
2022-11-23Make differentiable data-flow pass recognize interface methods. (#2530)Yong He
2022-11-23Update comments in test. (#2529)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-21Improve parser recovery around invalid function definitions. (#2525)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-18Small fixes around SER on VK (#2522)jsmall-nvidia
2022-11-16Language server improvements for auto-diff. (#2521)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-15Specify downstream compiler include paths (#2517)jsmall-nvidia
2022-11-14Adding some math functions and their derivatives (#2497)winmad
2022-11-14Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu
2022-11-10Improvements to NVRTC diagnostic parsing (#2504)jsmall-nvidia
2022-11-10Fix inlining pass. (#2506)Yong He
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-11-09f32tof16 and f16tof32 support for CPU targets (#2500)jsmall-nvidia
2022-11-04Use property for `DifferentialPair` accessors. (#2493)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-03Shader Execution Reordering without HLSL2021 (#2489)jsmall-nvidia
2022-11-03Disable HLSL2021 by default (#2488)jsmall-nvidia
2022-11-02Shader Execution Reordering (via NVAPI) (#2484)jsmall-nvidia
2022-11-01Remove unnecessary `:IDifferentiable` conformance in tests. (#2482)Yong He
2022-11-01Added a vector intrinsic definition for exp (to serve as template for other v...Sai Praveen Bangaru
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-28Fix language server crash on incomplete higher order invoke expr. (#2476)Yong He
2022-10-27Rename 'IDifferentiable.zero' -> `IDifferentiable.dzero`. (#2474)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-27Extend test coverage for differential method synthesis. (#2470)Yong He
2022-10-27Auto synthesis of IDifferntial interface methods. (#2469)Yong He
2022-10-26Adding a differentiable standard library (#2465)Sai Praveen Bangaru
2022-10-26Auto synthesis of Differential type (#2466)Yong He
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