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