diff options
| author | Yong He <yonghe@outlook.com> | 2022-11-23 16:02:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 16:02:56 -0800 |
| commit | 4ad0470025da4e808c46023f9a2525febcf973a2 (patch) | |
| tree | 8fcb1c84121ddf40c50ca58b5de867da0da435ee /tests/autodiff/dynamic-dispatch-generic.slang.expected.txt | |
| parent | 97cb4851eed7a43f10196971b08d3d311386ce9f (diff) | |
Fix issues around dynamic generic function and autodiff. (#2528)
* Fix issues around dynamic generic function and autodiff.
* Fix return type issue.
* Fix type unification for generic `inout` parameter.
* Fix.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/autodiff/dynamic-dispatch-generic.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/dynamic-dispatch-generic.slang.expected.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autodiff/dynamic-dispatch-generic.slang.expected.txt b/tests/autodiff/dynamic-dispatch-generic.slang.expected.txt new file mode 100644 index 000000000..8a664e432 --- /dev/null +++ b/tests/autodiff/dynamic-dispatch-generic.slang.expected.txt @@ -0,0 +1,6 @@ +type: float +12.000000 +3.000000 +0.000000 +0.000000 +0.000000 |
