summaryrefslogtreecommitdiff
path: root/tests/diagnostics/autodiff-custom-diff-inout.slang.expected
blob: 103c94c9e910c29a56ef33172964d32325838c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
result code = -1
standard error = {
tests/diagnostics/autodiff-custom-diff-inout.slang(3): error 30019: expected an expression of type 'float', got 'DifferentialPair<float>'
[BackwardDerivative(__d_f)]
 ^~~~~~~~~~~~~~~~~~
tests/diagnostics/autodiff-custom-diff-inout.slang(3): error 31149: invalid custom derivative. parameter type mismatch at position 0. expected 'InOut<DifferentialPair<float>>', got 'float'
[BackwardDerivative(__d_f)]
 ^~~~~~~~~~~~~~~~~~
}
standard output = {
}