summaryrefslogtreecommitdiff
path: root/source/slang/slang-lower-to-ir.cpp
AgeCommit message (Expand)Author
2023-04-13Matrix swizzle writes (#2713)Ellie Hermaszewska
2023-04-12Combine lookupWitness lowering with specialization. (#2794)Yong He
2023-04-10Cleaner impl of unary stdlib derivative functions. (#2785)Yong He
2023-03-29Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He
2023-03-27Fix lowering crash in [BackwardDerivativeOf]. (#2737)Yong He
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-24Switch to short circuiting semantics for scalar `?:` operator. (#2733)Yong He
2023-03-23Fix various autodiff crashes related to interface usage. (#2730)Yong He
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
2023-03-21[TreatAsDifferentiable] functions. (#2720)Yong He
2023-03-17Add support for emitting cuda kernel and host functions. (#2712)Yong He
2023-03-16Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)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-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