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
Describe the bug
Running examples/ad_gravity.py results in RuntimeError: Assertion failure: primitive in latest master.
But I can't reproduce this in v0.6.38 (latest stable).
To Reproduce
Just run examples/ad_gravity.py.
Log/Screenshots
Please post the full log of the program (instead of just a few lines around the error message, unless the log is > 1000 lines). This will help us diagnose what's happening. For example:
Additional comments
If possible, please also consider attaching the output of command ti diagnose. This produces the detailed environment information and hopefully helps us diagnose faster.
If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.
The text was updated successfully, but these errors were encountered:
The bug is gone after reverting #1906@yuanming-hu
Would you revert it and remerge it into an experimental branch (like @Rullec did in rullec-field) so it won't break master completely?
archibate
changed the title
[Bug] [autodiff] "examples/ad_gravity.py": RuntimeError: Assertion failure: primitive
[Bug] [type] [autodiff] "examples/ad_gravity.py": RuntimeError: Assertion failure: primitive
Oct 5, 2020
It's likely you didn't copy the primitive ptr in somewhere in ad system :( We'd better set up the test_examples asap to prevent hidden issues like this.
Describe the bug
Running
examples/ad_gravity.py
results inRuntimeError: Assertion failure: primitive
in latest master.But I can't reproduce this in v0.6.38 (latest stable).
To Reproduce
Just run
examples/ad_gravity.py
.Log/Screenshots
Please post the full log of the program (instead of just a few lines around the error message, unless the log is > 1000 lines). This will help us diagnose what's happening. For example:
Additional comments
If possible, please also consider attaching the output of command
ti diagnose
. This produces the detailed environment information and hopefully helps us diagnose faster.If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.
The text was updated successfully, but these errors were encountered: