summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/autodiff-data-flow-4.slang.expected
blob: 69f5d87074d97759cb01fcc1d611416d7eabf97f (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/autodiff-data-flow-4.slang(29): error 41020: derivative cannot be propagated through call to non-backward-differentiable function `nonDiff`, use 'no_diff' to clarify intention.
    float y = nonDiff(x);
                     ^
}
standard output = {
}