index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
autodiff
Commit message (
Expand
)
Author
Age
...
*
Fix issue with nested loop unrolling (#3100)
Sai Praveen Bangaru
2023-08-14
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Generalize collectInductionValues (#3031)
Ellie Hermaszewska
2023-08-01
*
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-26
*
Robustness fixes around reverse-mode differentiation of variables & inout par...
Sai Praveen Bangaru
2023-07-14
*
Extend `no_diff` to support subscript operations on resources and array varia...
Sai Praveen Bangaru
2023-07-12
*
Issue diagnostic for incorrect parameter types & directionality when defining...
Sai Praveen Bangaru
2023-06-29
*
AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...
Sai Praveen Bangaru
2023-06-07
*
Fix type checking & loop value hoisting (#2907)
Yong He
2023-05-30
*
Fix derivative signature bug in checkDerivativeAttribute. (#2905)
Yong He
2023-05-30
*
Add [Differentiable(n)] syntax to specify max order. (#2883)
Yong He
2023-05-14
*
Optimize logic around indexed temporary variables (#2873)
Sai Praveen Bangaru
2023-05-07
*
Don't store loop induction values + fix minor issue (#2872)
Sai Praveen Bangaru
2023-05-06
*
Fix checkpoint hints for higher-order autodiff (#2869)
Sai Praveen Bangaru
2023-05-05
*
Fix handling of `[PreferRecompute]`. (#2855)
Sai Praveen Bangaru
2023-04-28
*
Intellisense: show info on decl kind and differentiability. (#2847)
Yong He
2023-04-26
*
Autodiff support for dynamically dispatched generic method. (#2846)
Yong He
2023-04-26
*
For C-like targets, emit resource declarations before other globals (#2843)
Sai Praveen Bangaru
2023-04-26
*
Support recomputing phi params in bwd prop func. (#2841)
Yong He
2023-04-25
*
Change AD checkpointing policy to recompute more. (#2836)
Yong He
2023-04-24
*
Add support for `kIROp_MakeExistential` (#2832)
Sai Praveen Bangaru
2023-04-23
*
Add support for `kIROp_FloatCast` (#2824)
Sai Praveen Bangaru
2023-04-21
*
AD: Various fixes around dynamic dispatch (#2820)
Sai Praveen Bangaru
2023-04-21
*
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-21
*
Bugfix: compiler will run forever to eliminate dead code (#2809)
winmad
2023-04-14
*
Implement FileCheck tests for several test commands (#2747)
Ellie Hermaszewska
2023-04-11
*
Fix crash on overloaded custom derivative function (#2782)
Sai Praveen Bangaru
2023-04-07
*
Register `IDifferentiable` witnesses for the differential associated types of...
Sai Praveen Bangaru
2023-04-05
*
Fix several silently failing tests (#2767)
Ellie Hermaszewska
2023-04-02
*
Update checkpoint policy to make obvious recompute decisions. (#2753)
Yong He
2023-03-29
*
AD: Warped-Area-Sampling test works now. (#2742)
Sai Praveen Bangaru
2023-03-28
*
Translate all composed types into tuple types in pyBind. (#2744)
Yong He
2023-03-27
*
Fix lowering crash in [BackwardDerivativeOf]. (#2737)
Yong He
2023-03-27
*
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-26
*
Switch to short circuiting semantics for scalar `?:` operator. (#2733)
Yong He
2023-03-24
*
Added `[BackwardDifferentiable]` tags for intrinsic + builtin methods (#2732)
Sai Praveen Bangaru
2023-03-24
*
Fix nested bwdContextType lowering. (#2731)
Yong He
2023-03-24
*
Fix various autodiff crashes related to interface usage. (#2730)
Yong He
2023-03-23
*
AD: Fix type checking for higher-order custom derivatives definitions (#2729)
Sai Praveen Bangaru
2023-03-23
*
Hack handling of primal insts that has a function type. (#2728)
Yong He
2023-03-23
*
Create a simplified Falcor material system in slang test (#2721)
winmad
2023-03-22
*
[TreatAsDifferentiable] functions. (#2720)
Yong He
2023-03-21
*
Fix associated type resolution bug. (#2719)
Yong He
2023-03-21
*
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-03-17
*
Fix Phi simplification bug. (#2710)
Yong He
2023-03-16
*
Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)
Yong He
2023-03-16
*
Add test case for `makeStruct` transcription. (#2705)
Yong He
2023-03-16
*
AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)
Sai Praveen Bangaru
2023-03-15
*
Properly implement differential witness of intermediate context type. (#2699)
Yong He
2023-03-15
*
Support `fwd_diff(bwd_diff(f))`. (#2697)
Yong He
2023-03-14
[prev]
[next]