No proper error message for autodiff not supporting to_numpy
and from_numpy
#4473
Labels
autodiff
This issue is related to automatic differentiation system
potential bug
Something that looks like a bug but not yet confirmed
Describe the bug
No proper error message for autodiff not supporting
to_numpy
andfrom_numpy
.The reason for this bug is that autodiff not supporting external arrary currently, the
dest
of aGlobalStoreStmt
cannot be aExternalPtrStmt
, thus an assertion failure raised.To Reproduce
Log/Screenshots
Additional comments
Related issue #4267 .
The text was updated successfully, but these errors were encountered: