-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
The rasterizer example runs < 15 FPS #6950
Labels
bug
We've confirmed that this is an BUG
Comments
Interesting. That sounds like another problem. What about tracking this in another issue? |
Repository owner
moved this from Untriaged
to Done
in Taichi Lang
Dec 22, 2022
quadpixels
pushed a commit
to quadpixels/taichi
that referenced
this issue
May 13, 2023
taichi-dev#6951) Issue: fix taichi-dev#6950 ### Brief Summary The change to `fill()` in taichi-dev#6892 (skips turning a `ti.Matrix` into a tuple) accidentally disallows compilation caching when the argument is a `ti.Matrix`, which causes taichi-dev#6950. This PR puts that behavior back.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the past the rasterizer example can run 60 FPS. Now it can only run < 15 FPS.
After bisecting I find that the problem have existed since commit acc2cb0. The change to
fill()
in #6892 accidentally causes this issue. I'll send a PR to fix it.The text was updated successfully, but these errors were encountered: