summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2022-11-10Fix inlining pass. (#2506)Yong He
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-11-08Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He
2022-11-07Small cleanups on forward differentiation. (#2498)Yong He
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-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-11-02Shader Execution Reordering (via NVAPI) (#2484)jsmall-nvidia
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-29Shader cache bugfixes and test additions (#2467)lucy96chen
2022-10-28Fix language server crash on incomplete higher order invoke expr. (#2476)Yong He
2022-10-27More renaming in jvp pass. (#2475)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-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-26Legalize array return types. (#2463)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-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He
2022-10-13Shader cache index header (#2448)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-10-13Fix missing implementations in ConjunctionSubtypeWitness. (#2449)Yong He
2022-10-12Allow setting shader model upon d3d device creation. (#2442)Yong He
2022-10-12Add support for SV_ViewID (#2440)Ellie Hermaszewska
2022-10-12Add specialization args test (#2444)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-11Small IR cleanups. (#2441)Yong He
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-10-08Fixes around byte decode lite (#2438)jsmall-nvidia
2022-10-08Fix for issue with user attribute lookup (#2437)jsmall-nvidia
2022-10-07Prevent out of bounds access by unaligned access in decodeLiteUInt32 (#2435)sdawson-nvidia
2022-10-06Add syntax for multi-level break. (#2431)Yong He
2022-10-06Improvements around absolute paths and file systems (#2433)jsmall-nvidia
2022-10-05Various gfx fixes. (#2434)Yong He
2022-10-04Fix `ApplyExtensionToType` on own type being extended. (#2430)Yong He
2022-10-04Squash some warnings from gcc 12.2 (#2428)Ellie Hermaszewska
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-29GFX: support D3D12EnableExperimentalFeatures. (#2424)Yong He
2022-09-29Split out MemoryFileSystem (#2422)jsmall-nvidia
2022-09-29RIFF filesystem improvements (#2418)jsmall-nvidia
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-09-26Support clang-format `file` and `--fallback-style` in slangd. (#2412)Yong He