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