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
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:
mrbulb
changed the title
[Lang] print fails on a simple test case with windows' ipython & jupyter
[Lang] print fails on a simple test case with windows' ipython & jupyter notebook
Jun 6, 2020
Or ti.init(arch=ti.cpu) solves the issue too, since CPU kernels don't have this mechanism.
Sorry about not mentioning this in documentation, I'll doc this behavior about ti.sync() later.
thank you for your quick reply, ti.init(arch=ti.cpu) or ti.sync() is now work for me when using IPython in windows platform
However it still doesn't work for jupyter notebok, may be it is the same problem like @liaopeiyuan mentions in #1136 (comment)
Describe the bug
When I run the print code with ipython in Win10 platform and jupyter notebook in Win10/Ubuntu platform, it fails to print the ouput
Log/Screenshots
IPython in Win10 platform
NOTE:it will print all output until the
quit
Jupyter notebook
To Reproduce
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: