summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2022-10-13Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He
2022-10-12Add support for SV_ViewID (#2440)Ellie Hermaszewska
2022-10-11Small IR cleanups. (#2441)Yong He
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-10-08Fix for issue with user attribute lookup (#2437)jsmall-nvidia
2022-10-06Add syntax for multi-level break. (#2431)Yong He
2022-10-04Fix `ApplyExtensionToType` on own type being extended. (#2430)Yong He
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-09-20Fix regression in check-overload. (#2407)Yong He
2022-09-20Use `printf` in tests. (#2406)Yong He
2022-09-20Support raw string literals. (#2405)Yong He