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
cd difftaichi/examples python3 diffmpm_benchmark.py
Log
[Taichi] version 1.7.0, llvm 15.0.4, commit fd46a563, linux, python 3.10.12
[Taichi] Starting on arch=cuda
Traceback (most recent call last):
File "/home/taichigraphics/workspace/TaichiRepos/Release/difftaichi/examples/liquid.py", line 387, in <module>
def copy_back_and_clear(img: ti.ext_arr()):
File "/home/taichigraphics/workspace/TaichiRepos/Release/taichi/python/taichi/__init__.py", line 23, in __getattr__
raise AttributeError(f"module '{__name__}' has no attribute '{attr}'")
AttributeError: module 'taichi' has no attribute 'ext_arr'
The text was updated successfully, but these errors were encountered:
Reproduce
cd difftaichi/examples
python3 diffmpm_benchmark.py
Log
The text was updated successfully, but these errors were encountered: