-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] Exclude quant type when doing store-to-load forwarding and skip…
… bit struct store fusion when unfeasible (#8023) Issue: #7981 ### Brief Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at cef23dc</samp> Exclude `qi4` store pointers from forwarding optimization in live variable analysis. This prevents precision loss when quantizing integers in the Taichi compiler. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖 Generated by Copilot at cef23dc</samp> * Exclude quantized integer store pointers from forwarding optimization to avoid precision loss ([link](https://github.com/taichi-dev/taichi/pull/8023/files?diff=unified&w=0#diff-837b90142d1730f6a3ab20c91f1f35c95335ef82a021c74fd4dbdb05ff0e164fL128-R139))
- Loading branch information
1 parent
258fa5a
commit 3660ac8
Showing
3 changed files
with
160 additions
and
16 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
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