summaryrefslogtreecommitdiffstats
path: root/tools/gfx
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2025-02-05 12:12:49 -0600
committerGitHub <noreply@github.com>2025-02-05 10:12:49 -0800
commit4b350645042b8e8fbdad19784ee745d11c7bc616 (patch)
treeacc7cb6b3cc82d71acf66ab2d4d052598aa72535 /tools/gfx
parentd3e5f39cafbf1d65cf93cdd42c20c472c68197a2 (diff)
Fix autodiff issue for vector<T, N> (#6275)
* Fix autodiff issue for vector<T, N> Close #6154 We didn't implement correctly for vector<T, N> regarding the differentiablity. As we check differentiable before specialization, however according to the definition of vector, it has to be specialized to IFloat to know it's conformed to IDifferential type. Therefore for parameter type vector<T, N> will become no_diff. Therefore, we change the implementation a to make it explicit conform to IDifferential type. * fix typo
Diffstat (limited to 'tools/gfx')
0 files changed, 0 insertions, 0 deletions