diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2023-07-12 18:02:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 18:02:36 -0400 |
| commit | bbd9c2e6d7b57f5acc3238083ab2f7c7b140df5e (patch) | |
| tree | b6abec59b4ff3fe92436db35c1e61a6df236f550 /tests/autodiff/no-diff-array-access.slang.expected.txt | |
| parent | 4ed3aafa20b667329f2f9dea94d7c65dc2e80db4 (diff) | |
Extend `no_diff` to support subscript operations on resources and array variables… (#2981)
* Extend `no_diff` to support subscript operations on resources and array variables
* Update autodiff.slang.expected
Diffstat (limited to 'tests/autodiff/no-diff-array-access.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/no-diff-array-access.slang.expected.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autodiff/no-diff-array-access.slang.expected.txt b/tests/autodiff/no-diff-array-access.slang.expected.txt new file mode 100644 index 000000000..504eaec3e --- /dev/null +++ b/tests/autodiff/no-diff-array-access.slang.expected.txt @@ -0,0 +1,6 @@ +type: float +6.000000 +12.000000 +0.000000 +0.000000 +0.000000 |
