forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] Fix recompilation of filling a matrix field with the same matrix (
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.
- Loading branch information
1 parent
9ea9962
commit e18affc
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters