diff options
| author | Yong He <yonghe@outlook.com> | 2022-11-29 18:17:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-29 18:17:33 -0800 |
| commit | f52b4de3b29ee27213b7d60fb620a0d5d50b49f9 (patch) | |
| tree | d4570c53045bca8e9411e884b0905d9384430a58 /tests/autodiff/no-diff-param.slang.expected.txt | |
| parent | f5581786a1891cedb165adb1afe71fe34f26e030 (diff) | |
Allow `no_diff` modifier on parameters (#2538)
Diffstat (limited to 'tests/autodiff/no-diff-param.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/no-diff-param.slang.expected.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/autodiff/no-diff-param.slang.expected.txt b/tests/autodiff/no-diff-param.slang.expected.txt new file mode 100644 index 000000000..b4bbbf1d4 --- /dev/null +++ b/tests/autodiff/no-diff-param.slang.expected.txt @@ -0,0 +1,5 @@ +type: float +6.250000 +3.000000 +0.000000 +0.000000
\ No newline at end of file |
