Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.7.0][Bug] Fix Diff Taichi error with "liquid.py" #8377

Closed
jim19930609 opened this issue Oct 24, 2023 · 1 comment
Closed

[v1.7.0][Bug] Fix Diff Taichi error with "liquid.py" #8377

jim19930609 opened this issue Oct 24, 2023 · 1 comment
Milestone

Comments

@jim19930609
Copy link
Contributor

Reproduce

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'
@jim19930609 jim19930609 added this to the v1.7.0 milestone Oct 24, 2023
@github-project-automation github-project-automation bot moved this to Untriaged in Taichi Lang Oct 24, 2023
@jim19930609
Copy link
Contributor Author

Fix in: taichi-dev/difftaichi#68

@github-project-automation github-project-automation bot moved this from Untriaged to Done in Taichi Lang Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant