You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide stmt name for auto-diff related assert info for basic_verify
TI_ASSERT_INFO(
found,
"IR broken: stmt {} cannot have operand {}."
" If you are using autodiff, please check"
" https://docs.taichi.graphics/lang/articles/advanced/"
"differentiable_programming#kernel-simplicity-rule"
" If it doesn't help, please report this bug by opening an issue at"
" https://github.com/taichi-dev/taichi to help us improve."
" Thanks in advance!",
stmt->id, op->id);
}
Provide stmt name for auto-diff related assert info for
basic_verify
The text was updated successfully, but these errors were encountered: