summaryrefslogtreecommitdiffstats
path: root/tests/autodiff
Commit message (Expand)AuthorAge
* Warn when inout parameter is never written (#4777)venkataram-nv2024-08-12
* Fix auto-diff synthesized method naming conventions (#4714)Sai Praveen Bangaru2024-08-06
* Support parameter block in metal shader objects. (#4671)Yong He2024-07-19
* Warnings function parameters (#4626)venkataram-nv2024-07-16
* Fix issue with synthesizing `Differential` type for self-differential generic...Sai Praveen Bangaru2024-07-11
* Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru2024-07-10
* Treat global variables and parameters as non-differentiable when checking der...Sai Praveen Bangaru2024-07-08
* Metal: misc fixes and enable more tests. (#4374)Yong He2024-06-13
* Remove `IRHLSLExportDecoration` and `IRKeepAliveDecoration` for non-CUDA/Torc...Sai Praveen Bangaru2024-06-13
* Metal compute tests (#4292)skallweitNV2024-06-07
* Fix CFG reversal logic for loops (#4162)Sai Praveen Bangaru2024-05-14
* Fix race-condition and visual artifacts issues (#4152)kaizhangNV2024-05-10
* Fix unzipping logic for inout non-diff parameters and adjust tests (#4090)Sai Praveen Bangaru2024-05-02
* Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru2024-05-02
* Fix compile failures when using debug symbol. (#4069)Yong He2024-05-01
* Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru2024-04-30
* Fix invoke resolution when dealing with overloded type expressions (#4043)Sai Praveen Bangaru2024-04-26
* Fix a bug in the forward derivative of cross product (#4006)Lifan Wu2024-04-23
* AD: Handle case where struct is created with `no_diff`-wrapped operands. (#3629)Sai Praveen Bangaru2024-02-26
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Add `IRThisTypeWitness` to stand in for witness lookups inside an interface d...Yong He2023-11-07
* Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He2023-11-06
* Add more diagnostics on invalid custom derivative use. (#3309)Yong He2023-11-03
* Fix crash when writing to `no_diff` out parameter. (#3308)Yong He2023-11-02
* Fix generic specialization bug. (#3290)Yong He2023-10-26
* Fix issue with transposing `IRMakeVector` with non-singleton operands (#3280)Sai Praveen Bangaru2023-10-20
* Various AD Fixes (#3263)Sai Praveen Bangaru2023-10-05
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Handle the case where the parent if-else region's after-block is unreachable....Sai Praveen Bangaru2023-09-26
* Add test for vector-element contiguity error (#3235)Sai Praveen Bangaru2023-09-25
* More `slangpy` features + polishing (#3233)Sai Praveen Bangaru2023-09-23
* Various slangpy fixes. (#3227)Yong He2023-09-21
* Redirect destination-driven lowering logic to regular lowering for `SelectExp...Sai Praveen Bangaru2023-09-20
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* Fix loop inversion issue that caused ordinary blocks with multiple predecesso...Sai Praveen Bangaru2023-09-18
* Don't inline callees with custom derivative before autodiff. (#3196)Yong He2023-09-08
* Fix erroneous diagnostic when checking a generic differentiable mutable metho...winmad2023-09-07
* Fix subtle corner-case with vars getting hoisted out of the loop creating unn...Sai Praveen Bangaru2023-08-30
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru2023-08-14
* Fix issue with nested loop unrolling (#3100)Sai Praveen Bangaru2023-08-14
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Generalize collectInductionValues (#3031)Ellie Hermaszewska2023-08-01
* Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru2023-07-26
* Robustness fixes around reverse-mode differentiation of variables & inout par...Sai Praveen Bangaru2023-07-14
* Extend `no_diff` to support subscript operations on resources and array varia...Sai Praveen Bangaru2023-07-12
* Issue diagnostic for incorrect parameter types & directionality when defining...Sai Praveen Bangaru2023-06-29
* AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...Sai Praveen Bangaru2023-06-07