-
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.
* start working on local tensor * fix python * try to solve local load for local tensor * fix __matmul__ * fix test where PtrOffsetStmt may be the same * fix typo * disable local tensor for loop index * fix store_to_load_forwarding with TensorType Alloca * fix data type for TensorType Alloca * local tensor for ti.Matrix * fix local matrix index * fix offload with local tensor * fix AllocaStmt->AllocaStmt/GlobalTemporaryStmt crossing different offloaded tasks * fix PtrOffsetStmt crossing offloaded tasks issue * demote atomics for PtrOffsetStmt(AllocaStmt) * fix initializing to zero with Alloca TensorType * disable local tensor for python scope * fix vector_width() with 1 for TensorType * apply ti.extension.dynamic_index for local tensor * try to fix Vector.zero() * fix allocate global (not limited to AllocaStmt and PtrOffsetStmt) within offloaded pass * disable make_block_local with local tensor, this is related to loop indices issue * Auto Format * disable local tensor for loop index * add missing semicolons * Update taichi/ir/statements.h Co-authored-by: Ye Kuang <[email protected]> * fix one * fix redundant Matrix.__call__() condition * reimplement is_unlowered_global_ptr() * disable local tensor by default * throw InvalidOperationError when using block_local() and dynamic_index at the same time * need dt when using local tensor * Auto Format * unify global and local with option ti.init(dynamic_index=True) * Auto Format * fix trivial tests with dynamic_index turned on by default * Auto Format * fix bls tests with dynamic_index disabled * Auto Format * action test * Auto Format * stop show off * more flexible _test_features * Auto Format * turn off testing packed by default Co-authored-by: Taichi Gardener <[email protected]> Co-authored-by: Ye Kuang <[email protected]>
- Loading branch information
1 parent
2fe7f97
commit e3df6db
Showing
46 changed files
with
844 additions
and
179 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.